Mail signature status.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration MailSignatureStatus |
| C# |
|---|
[FlagsAttribute] public enum MailSignatureStatus |
Members
| Member name | Description | |
|---|---|---|
| CertificateNotValid | The certificate is not valid. | |
| CertificateNotAvailable | Certificate is not available. | |
| SignatureNotValid | The signature is not valid. | |
| MissingSender | There was not sender in the message. | |
| SenderSignatureMissing | A signature for one of the originators (from 'Sender' or 'From' headers) is missing. |