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