Encrypted Email attachments checking using Aspose.Email API

Hi ,
Can Aspose.Email software is used to detect if an email is encrypted by checking if the following email attachments exist in the email.

• Smime.p7m
• Smime.p7s
• Smime.p7z

Thank you in advance

@mahesh522,

Thank you for contacting Aspose support team.

MailMessage.IsEncrypted can be used to detect the encryption status of a message. You may please refer this [link ](https://docs.aspose.com/display/emailnet/Message+Encryption+and+Decryption) to get detail information about the encrypted/decrypted message. Give it a try and if any issue is there, please share the sample email file for our testing here along with the sample code.