I want to write C# application which will remotely connect to exchange server and read my inbox! I want to use MAPI for that.
So I got two questions:
- Can it be done remotely, and is there any requirements(e.g. install outlook client,etc? )
- I was not able to find any code example in C# which uses MAPI to connect to inbox?