Specifies the style of signed content.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Enumeration MailSignatureStyle |
C# |
---|
public enum MailSignatureStyle |
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.
|