Task attached to the meeting request gets converted to embedded message

Hi.

Issue: Task attached to the meeting request gets converted to embedded message. See
screenshot.png. Aspose.Email.21.4.0.

Sample EML: sample2.zip (65.0 KB)

Code sample:

var email = MailMessage.Load(@"sample.eml", new EmlLoadOptions
{
    PreserveEmbeddedMessageFormat = true,
    PreserveTnefAttachments = false,
});

email.Save(@"sample2-resaved.eml", new EmlSaveOptions(MailMessageSaveType.EmlFormat)
{
    PreserveEmbeddedMessageFormat = false,
    FileCompatibilityMode = FileCompatibilityMode.PreserveTnefAttachments
});

For internal reference: MDP-12098.

Thanks.

@licenses,
Thank you for the issue description. I reproduced the problem and logged the issue in our tracking system with ID EMAILNET-40225. Our development team will investigate this case. You will be notified when it is fixed.

The issues you have found earlier (filed as EMAILNET-40225) have been fixed in this update.