Email message RemoveSignature Method not working

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.

Hello @rusty02 ,

The problem has been fixed and the fix is available in the new 23.11 version.