?
=?ISO-8859-1?Q?Daniel_H=E4nle?=
Dear all,
I need to write a standalone app (exe with no GUI) in Visual Basic
that
does not require a running instance of Outlook in order to run.
The code only works locally: I have a .msg on disk that I need to open
and extract the attachment. I don't need to access anything on the
Exchange server.
I need to use method olapp.CreateItemFromTemplate("my_mail.msg") which
requires an Outlook Application object. How do I create it when not
having Outlook running? Do I really need a session object? Do I need
to login if I don't need to run against the Exchange server?
Everything is in CDO, of course.
Thanks for every hint,
Daniel
I need to write a standalone app (exe with no GUI) in Visual Basic
that
does not require a running instance of Outlook in order to run.
The code only works locally: I have a .msg on disk that I need to open
and extract the attachment. I don't need to access anything on the
Exchange server.
I need to use method olapp.CreateItemFromTemplate("my_mail.msg") which
requires an Outlook Application object. How do I create it when not
having Outlook running? Do I really need a session object? Do I need
to login if I don't need to run against the Exchange server?
Everything is in CDO, of course.
Thanks for every hint,
Daniel