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 nameDescription
Supported by the .NET Compact FrameworkCertificateNotValid
The certificate is not valid.
Supported by the .NET Compact FrameworkCertificateNotAvailable
Certificate is not available.
Supported by the .NET Compact FrameworkSignatureNotValid
The signature is not valid.
Supported by the .NET Compact FrameworkMissingSender
There was not sender in the message.
Supported by the .NET Compact FrameworkSenderSignatureMissing
A signature for one of the originators (from 'Sender' or 'From' headers) is missing.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also