wodPop3 ActiveX Control - Authentication Property
      
 

Description

Determines authentication type with the server.


Property type

A Pop3Authentications enumeration.  


Syntax

object.Authentication [ = value ]



The Authentication Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3.
value A Pop3Authentications enumeration, as described in settings.

 
Settings
 
The settings for value are:
Constant Value Description
 AuthAny 0 Try any authentication.
 AuthUserPass 1 Use USER and PASS commands.
 AuthAPOP 2 Use APOP command.
Remarks

Authentication property determines how wodPop3 authenticates with the POP3 server. When set to AuthAny then wodPop3 tries to authenticate both with APOP and USER/PASS combination (if possible). Otherwise, it tries only specified authentication type.

This property must be set before you call Connect method.