emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ivan Kanis <expire-by-2008-08-27@kanis.fr>
To: Manish <mailtomanish.sharma@gmail.com>
Cc: Ivan Kanis <expire-by-2008-08-27@kanis.fr>, emacs-orgmode@gnu.org
Subject: Re: Re: Opening links to Outlook items from Org mode (may be a FR)
Date: Fri, 22 Aug 2008 21:13:02 +0200	[thread overview]
Message-ID: <87abf4zww1.fsf@kanis.fr> (raw)
In-Reply-To: <e7cdbe30808220449s3da49744t164a8ed4e1907f2a@mail.gmail.com> (Manish's message of "Fri\, 22 Aug 2008 17\:19\:35 +0530")

Manish <mailtomanish.sharma@gmail.com> 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 = CreateObject("Redemption.SafeMailItem")
    SafeItem.Item = MyMail
    SafeItem.SaveAs ("P:\ivan\tmp\bla.msg")
    Shell ("p:/perl58/bin/wperl.EXE p:/ivan/tmp/msgconvert.pl --mbox p:/ivan/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 <version number> 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’ll see that the current VBA
project isn’t signed. Press the Choose… button and you’ll get a
screen to select a certificate. Now you can choose the certificate
you just created."

Hope this helps,
-- 
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 

  reply	other threads:[~2008-08-22 19:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21  6:16 Opening links to Outlook items from Org mode (may be a FR) Manish
2008-08-22  7:44 ` Ivan Kanis
2008-08-22 11:49   ` Manish
2008-08-22 19:13     ` Ivan Kanis [this message]
2008-08-22 15:13 ` Jason F. McBrayer
2008-08-22 15:39   ` Jason F. McBrayer
2008-08-22 18:00     ` Jason F. McBrayer
2008-08-22 18:17   ` R. P. Dillon
2008-08-22 19:51     ` Jason F. McBrayer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87abf4zww1.fsf@kanis.fr \
    --to=expire-by-2008-08-27@kanis.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=mailtomanish.sharma@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).