| 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.
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.23341.1754
Syntax public 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
Type:
BooleanSee Also