Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将整个电子邮件与所有标头一起保存到磁盘,而不是使用 MimeKit 中继到 SMTP 服务器,这可能吗?
我知道消息本身可以写入文件。
是的。你可以做:
message.WriteTo (fileName);