| Visual Basic (Declaration) | |
|---|---|
Public Enum PopLoginMethod Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PopLoginMethod | |
| C# | |
|---|---|
public enum PopLoginMethod : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum PopLoginMethod : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class PopLoginMethod : public System.Enum | |
| Member | Description |
|---|---|
| Apop | Username is sent in the clear and the password is hashed before sending. |
| Clear | Username and password information is sent in the clear. |
This enumerated type indicates how Pop.Username and Pop.Password should be formatted when sent to the server.
System.Object
System.ValueType
System.Enum
Dart.PowerTCP.Mail.PopLoginMethod
Target Platforms: Microsoft .NET Framework 2.0