Hi,
when I load the attached OriginalMultipartEmail.eml (see Attachment) using
var message = MailMessage.Load(“OriginalMultipartEmail.eml”)
and re-save it using
message.Save(“ResultingAsposeEmail.eml”)
the resulting file is not saved as an multipart e-mail.
I can
circumvent this behavior by adding an empty alternative view – but hat feels a
bit awkward.
Is there any way to achieve the desired behavior – that is an email that matches the original in views and encoding?
Thanks and
best regards,
Wolfgang