Open Email Saved to Desktop

  • Thread starter Thread starter Craig Hornish
  • Start date Start date
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"
 
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.
 
Back
Top