Read MS Exchange email in C#
问题 I need the ability to monitor for and read e-mail from a particular mailbox on a MS Exchange Server (internal to my company). I also need to be able to read the sender\'s e-mail address, subject, message body and download an attachment, if any. What is the best way to do this using C# (or VB.NET)? 回答1: It's a mess. MAPI or CDO via a .NET interop DLL is officially unsupported by Microsoft--it will appear to work fine, but there are problems with memory leaks due to their differing memory