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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top