 | SignatureValidationConfigurationSkipSignerCheck Property |
Gets or sets a Boolean value that specifies whether to check if an email was signed by the person that sent it.
Default is false.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool SkipSignerCheck { get; set; }Public Property SkipSignerCheck As Boolean
Get
Set
public:
property bool SkipSignerCheck {
bool get ();
void set (bool value);
}member SkipSignerCheck : bool with get, set
Property Value
Boolean
See Also