Outlook Email Item

  • Thread starter Thread starter W Akthar
  • Start date Start date
W

W Akthar

Hi,

Can anyone point the way to some examples which show you
how to read Outlook email items in C# ?

I need to be able to read Outlook items stored in a
folder.

Cheers
 
Basically you have to add a reference to the Outlook Library located on the
COM tab and then assign it to an object. You will now have the functionality
at hand. The MSDN has an excellent example. I have posted the URL below.

Good Luck.
 
Back
Top