Dart.Mail Namespace : SecureEncoding Enumeration |
Public Enum SecureEncoding Inherits System.Enum
Dim instance As SecureEncoding
public enum SecureEncoding : System.Enum
__value public enum SecureEncoding : public System.Enum
public enum class SecureEncoding : public System.Enum
Member | Description |
---|---|
Encrypted | The message is encrypted (enveloped). |
None | The message has no S/MIME encoding. |
Signed | The message is signed with a digital signature. |
SignedDetached | The message is signed with a detached digital signature. This form of encoding leaves the message body in clear text, allowing mail agents who are not S/MIME-capable to still view the message. |
System.Object
System.ValueType
System.Enum
Dart.Mail.SecureEncoding