Convert MIME tree to MailMessage

前端 未结 5 738
广开言路
广开言路 2021-01-14 15:52

I\'m writing a a C# program that processes and forwards email messages. I have a POP3 library and a MIME parser, and I need to copy the MIME tree into a System.Net.Ma

5条回答
  •  渐次进展
    2021-01-14 16:22

    Might not be the best way, but i'd try to get the 'raw' email and just replace to the to with the new e-mail

提交回复
热议问题