Hello,
I have a MailMessage with an embedded attachment in it. That embedded attachment has some other attachments in it.
While saving this message using below code, instead of having 1 .msg attachment, it has 1 .txt and 1 .htm attachments.
mailMessage.Save(filePath, new EmlSaveOptions(MailMessageSaveType.EmlFormat) { PreserveEmbeddedMessageFormat = true });
Is this an issue, or there is a workaround for this.
Below I will attach the corrupted message example.
613715_corrupted.zip (7.0 MB)