Hello @dmitry.samodurov @alexander.pavlov,
When is the upcoming release coming out? Are there any workaround for this issue?
Thanks,
Hello @dmitry.samodurov @alexander.pavlov,
When is the upcoming release coming out? Are there any workaround for this issue?
Thanks,
Hi @rusty02
At the end of this month.
Try this code:
Aspose.Email.MailMessage msg = client.FetchMessage(strMessageURI);
if (msg.IsSigned)
{
msg = msg.RemoveSignature();
msg.Headers.Remove("MessageClass");
}
msg.Save("C:\\test" + "\\" + "Message_" + (count) + "_out" + ".msg", Aspose.Email.SaveOptions.DefaultMsgUnicode);
@alexander.pavlov the workaround works for us. Let us know once the fix is included in the future updates of the product. Thanks
Hello @rusty02 ,
We’ll contact our colleague and let you know if the fix will be included in future updates of the product.