Hello there,
I’m processing a signed email using aspose. I tried the msg.RemoveSignature(); method on a message that has property of IsSigned = true, but that property stays the same. How do I get the message IsSigned p…...using MailMessage MailMessage eml = MailMessage.Load("test a signed...unsignedEml = eml.RemoveSignature(); bool signed = eml.IsSigned;//true...