Click or drag to resize

IMailDecrypt(ListX509Certificate2) Method

Decrypts the message. Searches through specified certificates and My certificate store to find appropriate certificate.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IMail Decrypt(
	List<X509Certificate2> certificates
)

Parameters

certificates  ListX509Certificate2
Certificates used for decryption.

Return Value

IMail
Decrypted email message.
See Also