 | SMIMEConfigurationDecryptAutomatically Property |
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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool DecryptAutomatically { get; set; }Public Property DecryptAutomatically As Boolean
Get
Set
public:
property bool DecryptAutomatically {
bool get ();
void set (bool value);
}member DecryptAutomatically : bool with get, set
Property Value
Boolean
See Also