Specifies the style of signed content.

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

Syntax

Visual Basic
Public Enumeration MimeSignatureStyle
C#
public enum MimeSignatureStyle

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No signed content.
Supported by the .NET Compact FrameworkDetached
Detached signature - the mail message will be readable even by clients that don't support S/MIME.
Supported by the .NET Compact FrameworkEnveloped
Enveloped signature - the mail message will only be readable by clients that support S/MIME.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also