Description
-
Determines authentication type with the server.
Property type
-
A
Pop3Authentications
enumeration.
Syntax
-
object.Authentication [ = value ]
The Authentication Property syntax has these parts:
- Settings
- The settings for value are:
|
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.
|