I would like to save the entire email to the disk with all the headers instead to relay to an SMTP server using MimeKit, is this possible?.
I am aware that the Message itself can be written into a file.
Yes. You can do:
message.WriteTo (fileName);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With