I want to write a C # application that will remotely connect to the exchange server and read my mailbox! I want to use MAPI for this.
I had two questions:
- Can this be done remotely, and are there any requirements (for example, install Outlook Outlook, etc.?)
- I was not able to find any sample code in C # that uses MAPI to connect to the inbox?
source
share