Decrypts the message. Searches through My certificate store to find appropriate certificate. You can use SMIMEConfiguration to specify certificates and automatic email decryption.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IMail Decrypt()
Visual Basic
Function Decrypt As IMail
Visual C++
IMail^ Decrypt()

Return Value

Decrypted email message

See Also