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 name | Description | |
---|---|---|
None | No signed content. | |
Detached |
Detached signature - the mail message will be readable even by clients
that don't support S/MIME.
| |
Enveloped |
Enveloped signature - the mail message will only be readable by clients
that support S/MIME.
|