Open Email Saved to Desktop

C

Craig Hornish

What is the way, trough vba coding, to open an email that is saved on
the desktop?

The format is an "Outlook Message Format", basically dragged and dropped
or Save As.
The Outlook interface should remain hidden if not already open.
It will be opened by another program. The reference to the Outlook
Library is there - I just need a quick example coding.

Thanks,

--
Craig Hornish

"Think outside the box, because anything is possible."
"How long it will take or whether it requires divine intervention is another
issue"
 
M

Michael Bauer [MVP - Outlook]

Am Thu, 26 Oct 2006 14:44:55 -0400 schrieb Craig Hornish:

You can use the CreateItemFromTemplate function and then call the item´s
Display method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top