Reading e-mail without Outlook app open

后端 未结 6 1741
借酒劲吻你
借酒劲吻你 2021-01-12 01:44

Thats what I am using to read e-mail using C#:

outLookApp.NewMailEx += new ApplicationEvents_11_NewMailExEventHandler(outLookApp_NewMailEx);
            Outl         


        
6条回答
  •  [愿得一人]
    2021-01-12 02:14

    You'll likely run into this when Outlook is closed.

    Also following this tutorial will ensure you're doing all the right steps part and parcel.

    Best of luck!

提交回复
热议问题