Hi, when I save an email with more than 3 attachments, the result is always only including the first 3 attachments.
Below is the code that I use to save email:
Spire.Email.MailMessage message = Spire.Email.MailMessage.Load(strfie, Spire.Email.MailMessageFormat.Eml);
message.Save(@"C:\123.msg", Spire.Email.MailMessageFormat.Msg);
I have checked the attachments object from loaded message, it able to show 4 attachments but become 3 attachments after save.