I am experiencing an issue when trying to process contact group attachments in Outlook.
I have created a new email in Outlook and attached the contact group to the email to process the document.
image.png (5.6 KB)
Once my operation is completed, I save that file in the output stream using the code below.
message.Save(output, new EmlSaveOptions(MailMessageSaveType.EmlFormat)
{
FileCompatibilityMode = FileCompatibilityMode.PreserveTnefAttachments
});
When this save operation is performed and I see Outlook email again, my contact group attachment will get corrupted.
It seems like there is an issue with Aspose.Email library. Could please check what is the issue here. I have attached sample code to help trace this issue.
AsposeEmailIssue.7z (8.7 KB)