MimeSignatureStyle Enum
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Specifies the style of signed content.
Syntax
public enum MimeSignatureStyle
Fields
Name | Description |
---|---|
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. |
None | No signed content. |