Topic Path: Symbol Reference > Constants > DEF_ATYPE Constant
ContentsIndexHome
PreviousUpNext
DEF_ATYPE Constant

The default value for POP3 authentication type.

File
DEF_ATYPE = atUserPass;

DEF_ATYPE is a Constant value that represents the default authentication type used in the TIdPOP3.AuthType property. 

The default value for DEF_ATYPE is atUserPass, as enumerated in the TIdPOP3AuthenticationType type. 

DEF_ATYPE indicates that simple username and password authentication is required for the POP3 connection.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.