Click or drag to resize

IMailNeedsDecryption Property

Indicates if this email message needs to be decrypted. You can use Decrypt, Decrypt(ListX509Certificate2), Decrypt(X509Certificate2) to decrypt a message.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
bool NeedsDecryption { get; }

Property Value

Boolean
See Also