Using MAPI to access the Exchange Server from a Service
问题 I was tasked with building an application that would check email using MAPI. I made use of a wrapper class coded in cpp, which is accessed from c#. I realize that combining managed and unmanaged code is not necessarily the best path, but it was what I could get to work. After getting it working, I was asked to make the application a service, so it could be run when the system was not logged in. The client requires us to use MAPI, and is using Outlook 2007, but I would like it to be compatible