| Visual Basic (Declaration) | |
|---|---|
Public Enum Security Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Security | |
| C# | |
|---|---|
public enum Security : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum Security : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class Security : public System.Enum | |
| Member | Description |
|---|---|
| Explicit | Require explicit "STARTTLS" on connection. |
| ExplicitOptional | Try to use explicit "STARTTLS" on connection. |
| Implicit | Implicit encryption on the connection. |
| None | No encryption on the connection. |
For more information about implicit and explicit SSL, see the topic Explicit vs Implicit SSL.
System.Object
System.ValueType
System.Enum
Dart.PowerTCP.Mail.Security
Target Platforms: Microsoft .NET Framework 2.0