Reading e-mail without Outlook app open

后端 未结 6 1717
借酒劲吻你
借酒劲吻你 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:08

    Are you sure you want to use Outlook as a proxy?

    people seems to deal low level with such a task in C# (surprising there isn't any built-in component in the framework...)

    Concerning Mat's response, Redemption is indeed a fine product (used it to parse mails upon arrival in outlook), but I doubt it can work without outlook running.

提交回复
热议问题