Specify .eml file name using System.Net.Mail.MailAddress or other library

后端 未结 1 2134
独厮守ぢ
独厮守ぢ 2021-02-20 01:46

I need to file an email when requested.

My code below works:

  • Sends email
  • Files the email when requested
  • But does not all
相关标签:
1条回答
  • 2021-02-20 02:26

    Allan Eagle over at CodeProject.com has created an extension of the System.Net.Mail.MailMessage class that includes the ability to save an email with a specific file name. I believe this will address the issue you raised.

    0 讨论(0)
提交回复
热议问题