MailSignatureStatus Enum
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
Mail signature status.
Syntax
[Flags]
public enum MailSignatureStatus
Fields
| Name | Description |
|---|---|
| CertificateNotAvailable | Certificate is not available. |
| CertificateNotValid | The certificate 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. |
| SignatureNotValid | The signature is not valid. |