Specifies if S/MIME encrypted messages should be decrypted automatically. Decryption searches through Certificates collection and My store to find appropriate certificate. Default is true.

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

Syntax

C#
public bool DecryptAutomatically { get; set; }
Visual Basic
Public Property DecryptAutomatically As Boolean
	Get
	Set
Visual C++
public:
property bool DecryptAutomatically {
	bool get ();
	void set (bool value);
}

See Also