| 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 | |
| Member | Description |
|---|---|
| Encrypt | The message is encoded and encrypted. |
| Sign | The message is encoded and signed. |
| SignDetached | The 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. |
| SignEncrypt | The message is first signed then encoded and encrypted. |
System.Object
System.ValueType
System.Enum
Dart.PowerTCP.Mail.EncodingMethod
Target Platforms: Microsoft .NET Framework 2.0