Read mail from exchange 2003

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

Guest

What is the best approach to read emails from an Exchange 2003 useraccount.
Pop3 and IMAP4 are unavilible
 
The latest SDK dates 12/15/2004. I suppose this means that it is not aimed at
managed code in .net 2.0?

Is the approach very diffrent from pop3? I mean, authenticate, retrieve
messages, etc..
 
Hi Philip,

Thanks for posting!

For the current issue, there is a KB article demonstrates how to retrieve
message from Exchange server by using C#:
http://support.microsoft.com/?id=310206

The implementation also uses the CDO object which belongs to the Exchange
SDK as Ken mentioned. Although the version in the article is not the latest
one, you just need to do a little modification such as reference the new
version CDO library in your application.

I hope the above information will be helpful, if you have any questions or
concerns, please do not hesitate to let me know. I am standing by to help
you.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
Back
Top