How can I , from a custom c# application, create and send/receive mails from MS Exchange?
I am assuming this is not directly possible with the standard framework mail classes.
If I could say that this needs to work with MS Exchange 2003 and 2007 what are my options?
Ideally I dont want to buy a third party component so if this is possible with c# then what are the steps for creating a library that can send a new mail or receive a mail into a custom application.
The C# app will be local, as in the same network as the Exchange server.