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




Specified the login method to use after connecting to the Pop server.

Syntax

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 

Members

MemberDescription
Apop Username is sent in the clear and the password is hashed before sending.
Clear Username and password information is sent in the clear.

Remarks

This enumerated type indicates how Pop.Username and Pop.Password should be formatted when sent to the server.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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