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
 
Back
Top