What methods are there for having .NET code run and handle e-mails as they arrive?

后端 未结 4 1466
伪装坚强ぢ
伪装坚强ぢ 2021-01-15 02:03

I\'ve been tasked with creating some sort of service that will take any e-mail sent to an e-mail address and handle the contents of the e-mail (including binary attachments.

4条回答
  •  甜味超标
    2021-01-15 02:51

    I've used webdav in the past with c# to access an exchange server periodically and process emails.

    This has worked quite well, and I'd probably use that method again if I need to do it.

提交回复
热议问题