What solution for reading messages from Exchange in C#?

  • Thread starter Thread starter maciek kanski
  • Start date Start date
M

maciek kanski

Hello

Please let me know which tool should I start with in order to fetch
attachments from email message in my Outlook profile. I just want to
programmatically fetch messages from account on Exchange 2003 using Exchange
protocol.
Should I start with:
- Exchange SDK
- CDO.dll (MAPI.Session etc.)
- other?

I would like to write managed console application using VS2005.

Thanks in advance.
 
Maciek,

I would use CDO, or the MAPI API (you can access MAPI through the
P/Invoke layer as well, I believe).
 

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