 | SMIMEConfigurationExtractSignedAutomatically Property |
Specifies if S/MIME signed messages should be extracted automatically.
This settings affects signed emails that use pkcs7-mime signed-data (not detached signatures).
Default is true.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool ExtractSignedAutomatically { get; set; }Public Property ExtractSignedAutomatically As Boolean
Get
Set
public:
property bool ExtractSignedAutomatically {
bool get ();
void set (bool value);
}member ExtractSignedAutomatically : bool with get, set
Property Value
Boolean
See Also