Signature preservation is now supported by default during MBOX to PST conversion.
Added new MboxToPstConversionOptions.RemoveSignature property, to indicate whether the signature should be removed during conversion.
You can set this property to true to remove the signature.
Signature preservation is now supported by default when loading EML files.
Added a new LoadOptions.RemoveSignature property, to indicate whether the signature should be removed during loading.
You can set this property to true to remove the signature.
Added a new SecureEmailManager class for checking the signature of secure emails. You can now check the signature of MapiMessage and MailMessage objects. Also added new SmimeResult class to store the results.