PowerTCP Mail for .NET
SecureEncoding Enumeration




Possible S/MIME encoding exposed by the message (which may have multiple nested encodings). Only the exposed encoding is known.
Syntax
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 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Mail.SecureEncoding

See Also

Reference

Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic