| 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.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
BooleanSee Also