Outlook and OOM

  • Thread starter Thread starter d.gallone
  • Start date Start date
D

d.gallone

Hi,

I'm writing a windows service in VB.NET that access Outlook 2002 to
read emails.

Is it possible to access to the OOM model in a windows service (VB NET)
or only the CDO model is accessible ?

Thanks in advance,
David GALLONE
 
Using Outlook in a service is bad. It does not support multithreading and is
definitely a terrible way to go. Use CDO or Extended MAPI or some other API.
 
Back
Top