The default value for POP3 authentication type.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |