Reading e-mail without Outlook app open

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

    Use a MAPI client to retrieve the emails and a MIME decoder to read them. Both exists in the lumisoft framework:

    http://www.lumisoft.ee/lswww/download/downloads/Net/

提交回复
热议问题