Referring to an attached mail item as MailItem object (Outlook aut

E

Eric Dan

Is it possible in some way to refer to an attached mail item as a MailItem
object? (any trick will do..)

It is possible to save this type of attachment (as any other attachment) as
a "xyz.msg" file, but how can I open this file later and refer to it as a
regular MailItem using Outlook automation?
 
E

Eric Dan

Sorry for the double posting - I got an error on the first time.

Anyway I got an answer for this question - see in Outlook VBA: Use
CreateItemFromTemplate()
 
Top