C# MAPI to read exchange server inbox

后端 未结 3 1171
别跟我提以往
别跟我提以往 2020-12-22 02:25

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:

3条回答
  •  借酒劲吻你
    2020-12-22 02:56

    You can access the mailbox of a user from a remote machine.The email account should be configured on that machine and then you can read the mailbox using Microsoft.Office.Interop.Outlook and this link will provide you more info. http://msdn.microsoft.com/en-us/library/ff870566.aspx

提交回复
热议问题