Internet Direct (Indy)
Home
PreviousUpNext
TIdSMTPAuthenticationType Enumeration

Represents an SMTP authentication type.

Pascal
TIdSMTPAuthenticationType = (
  atNone,
  atDefault,
  atSASL
);

TIdSMTPAuthenticationType is an enumerated type that represents the authentication type used by an SMTP server. 

TIdSMTPAuthenticationType can contain one of the following values and associated meanings: 

 

Value 
Meaning 
atNone 
no authentication is required. 
atSASL 
simple authentication is required. 

 

TIdSMTPAuthenticationType used to represent the TIdSMTP.AuthType property. 

You can find the SASL authentication mechanisms supported on an E-Mail server by using the TIdSMTP.SASLMechanisms property.

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.