AuthMechanism Property
Used when connecting to the mail server.
Syntax
__property TipgPSMTPAuthMechanisms AuthMechanism = {read=FAuthMechanism, write=FSetAuthMechanism, default=0};
enum TipgPSMTPAuthMechanisms { amUserPassword=0, amCRAMMD5=1, amNTLM=2, amSASLPlain=4, amKerberos=6, amXOAUTH2=7 };
Default Value
0
Remarks
The authentication mechanism property to be used when connecting to the mail server.
By default, this property is amUserPassword (0), and if the User and Password properties are set, the AUTH command is sent to the server for authentication. If this property is set to amCRAMMD5 (1), CRAM-MD5 authentication is used instead.
If this property is set to amNTLM (2) NTLM authentication will be used.
If this property is set to amKerberos (6) Kerberos authentication will be used. NOTE: This functionality is only available in Windows.
Data Type
Integer