There is an email account (or possibly multiple accounts) on a Microsoft Exchange server. I want to register/attach to Exchange from a .Net application in order to receive emails from this account. From there the idea is that the emails can be archived on a file system or database, indexed, etc.
Ideally this code should work against both older and the latest version(s) of Exchange.
I'm also interested in any third party solutions to this problem.
Thanks.