K
Kenneth Myhra
Hi all, I am trying to find a way to open a .msg from the file system using
the Microsoft Outlook object model. The way it is implemented now is by
using the Process.Start method, and then getting an object reference to the
newly opened MailItem in the Inspectors.NewInspector event.
I would like to have more control over it, and was therefore wondering if
there is any methods in the Outlook object model that I have overseen? That
could open an existing MailItem (.msg file) from the file system using the
Outlook object model. I am aware of such methods as CreateItem and
CreateItemFromTemplate, but they seem not do the trick I am looking for.
If any of you think that CreateItem or CreateItemFromTemplate is the right
way to do this then please enlighten me with your wisdom .
So my question is: Are there any methods or ways to open a .msg file from
the file system without using Process.Start / ShellExecute?
Best regards,
Kenneth Myhra
the Microsoft Outlook object model. The way it is implemented now is by
using the Process.Start method, and then getting an object reference to the
newly opened MailItem in the Inspectors.NewInspector event.
I would like to have more control over it, and was therefore wondering if
there is any methods in the Outlook object model that I have overseen? That
could open an existing MailItem (.msg file) from the file system using the
Outlook object model. I am aware of such methods as CreateItem and
CreateItemFromTemplate, but they seem not do the trick I am looking for.
If any of you think that CreateItem or CreateItemFromTemplate is the right
way to do this then please enlighten me with your wisdom .
So my question is: Are there any methods or ways to open a .msg file from
the file system without using Process.Start / ShellExecute?
Best regards,
Kenneth Myhra