Indicates if this email message needs to be decrypted. You can use Decrypt()()()(), Decrypt(List<(Of <<'(X509Certificate2>)>>)), Decrypt(X509Certificate2) to decrypt a message.

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

Syntax

C#
bool NeedsDecryption { get; }
Visual Basic
ReadOnly Property NeedsDecryption As Boolean
	Get
Visual C++
property bool NeedsDecryption {
	bool get ();
}

See Also