Are there any good frameworks or libraries that allow a .NET application to read emails from an Exchange mailbox, parse them for data like sender, recipient, subject, and body, and mark them as processed on Exchange (mark as read, delete, etc)?
+1
A:
Have a look at this:
http://exchangenotification.codeplex.com/
Basically you get an event when a mail arrives and then you can process it. It works together with Exchange Web Services.
Stefan Egli
2010-10-14 17:33:14