From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kanis Subject: Re: Re: Opening links to Outlook items from Org mode (may be a FR) Date: Fri, 22 Aug 2008 21:13:02 +0200 Message-ID: <87abf4zww1.fsf@kanis.fr> References: <87bpzlqyrx.fsf@kanis.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWc4Q-0004I7-34 for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:13:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWc4O-0004FF-15 for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:13:13 -0400 Received: from [199.232.76.173] (port=45207 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWc4N-0004En-NZ for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:13:11 -0400 Received: from kanis.fr ([75.127.73.245]:3082) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWc4N-00065A-M3 for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:13:11 -0400 In-Reply-To: (Manish's message of "Fri\, 22 Aug 2008 17\:19\:35 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: Ivan Kanis , emacs-orgmode@gnu.org Manish writes: > On Fri, Aug 22, 2008 at 1:14 PM, Ivan Kanis wrote: >> Manish writes: >> >>> I have to use Office and envy folks that can link to their emails >>> (Gnus, VM etc.) and contacts (bbdb) from Org mode. >> >> I have a macro that moves outlook to local e-mail that can be picked >> by gnus. If you are interested, I will post it. > > I would very much like to try it. > > Thank you, > -- Manish > Here is the script: Sub ivan(MyMail As MailItem) Set SafeItem =3D CreateObject("Redemption.SafeMailItem") SafeItem.Item =3D MyMail SafeItem.SaveAs ("P:\ivan\tmp\bla.msg") Shell ("p:/perl58/bin/wperl.EXE p:/ivan/tmp/msgconvert.pl --mbox p:/iva= n/tmp/mbox P:/ivan/tmp/bla.msg") End Sub You will need to install msgconvert on windows and redemption for Outlook. You will also need to self certify your macro in outlook. How to process incoming messages in Microsoft Outlook: http://www.outlookcode.com/article.aspx%3Fid%3D62 Bypass security with Redemption: http://www.dimastr.com/redemption/home.htm] Signing your own macros with SelfCert.exe: http://www.howto-outlook.com/howto/selfcert.htm Locating SelfCert.exe "By default you can find Selfcert.exe in the following location; C:\Program Files\Microsoft Office\Office If it is not there run Office setup and choose a custom installation and then advanced customization. Expand the Office Shared Features Section and select Digital Certificate for VBA Projects to run from your computer. For Office 2000 you can find this under the Office Tools section. Simply run SelfCert.exe. It will prompt you to name the certificate. I use my username because that is most convenient to me but you can also give it the name of your company or whatever you want. Create Digital Certificate with SelfCert.exe As explained in the dialog a selfcert is for personal use only Back in the VBA Editor (ALT+F11) where you created the macro choose Tools-> Digital Signature. You=E2=80=99ll see that the current VBA project isn=E2=80=99t signed. Press the Choose=E2=80=A6 button and you=E2= =80=99ll get a screen to select a certificate. Now you can choose the certificate you just created." Hope this helps, --=20 Ivan http://kanis.fr The West won the world not by the superiority of its ideas or values or religion ... but rather by its superiority in applying organized violence. Westerners often forget this fact; non-Westerners never do. -- Samuel Huntington=20