Reading mails from c#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can any once suggest me how i can read inbox mails from C#. Does .NET
support any component or do i need to use the Mapi interop.

Thanks...
GSK.
 
Hello GSK,

If you use Exchange/Outlook, you can connect to them via OLEDB. String for
connect is below

"Microsoft.Jet.OLEDB.4.0;Outlook 9.0;MAPILEVEL=Personal Folders|;PROFILE=Outlook;TABLETYPE=0;DATABASE=c:\temp;"

G> Can any once suggest me how i can read inbox mails from C#. Does .NET
G> support any component or do i need to use the Mapi interop.
G>
G> Thanks...
G> GSK.
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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