PowerTCP Mail for .NET
EncodingMethod Enumeration
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : EncodingMethod Enumeration




Defines the set of possible encoding method to be used in S/MIME messages.

Syntax

Visual Basic (Declaration) 
Public Enum EncodingMethod 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As EncodingMethod
C# 
public enum EncodingMethod : System.Enum 
Managed Extensions for C++ 
__value public enum EncodingMethod : public System.Enum 
C++/CLI 
public enum class EncodingMethod : public System.Enum 

Members

MemberDescription
EncryptThe message is encoded and encrypted.
SignThe message is encoded and signed.
SignDetachedThe message is signed with a detached 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.
SignEncryptThe message is first signed then encoded and encrypted.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.PowerTCP.Mail.EncodingMethod

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.