Mail signature validation options.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration MailSignatureValidationOptions
C#
[FlagsAttribute]
public enum MailSignatureValidationOptions

Members

Member nameDescription
Supported by the .NET Compact FrameworkSkipHeaderCheck
Skip 'Sender' and 'From' headers check.
Supported by the .NET Compact FrameworkSkipCertificateCheck
Skip certificate validation.
Supported by the .NET Compact FrameworkIgnoreMissingNonSenderOriginators
If the 'Sender' header is present and OK, missing 'From' signers will not cause the validation to fail.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also