I have emails that are stored in Public Folders on an internal Exchange 2003 Server and I have some code that opens these emails, processes and then moves them to an archive folder.
To complicate things, the Exchange Server will be upgraded, but when this occurs is out of my control.
Currently my code uses Outlook automation and while this works, it does require Outlook to be installed - not a good look on a server.
I would like to write this using C# native code without involving Outlook. Do I have any options?