property UseSASLMechanisms: boolean default True;
Description
Determines the authentication type to use when accessing the e-mail server.
To use simple password authentication, set UseSASLMechanisms to False.
To use the SASL authentication, set UseSASLMechanisms to True.
The list of used SASL mechanisms is set in the SASLMechanisms property.
See Also