wodPop3 ActiveX Control - Pop3Authentications Enumeration
    
 

Description
 
This is the list of all authentication methods supported by wodPop3. It should be used only when POP3 supports authentications other than USER/PASS commands. You should set Authentication property with one of above constants, and set Login and Password properties with your credentials.
 

Members

Constant Value Description
 AuthAny 0 Try any authentication.
 AuthUserPass 1 Use USER and PASS commands.
 AuthAPOP 2 Use APOP command.