Unit
ScSMTPClient
Description
TScSASLItem is a TCollectionItem descendant that represents an item of a SASL mechanism.
The TScSASLItem class is used by the TScSMTPClient class to store information about the available SASL mechanisms.
TScSASLItem holds a descendant of the TScSASLMechanism class in the SASLMechanism property. The descendant class implements a given mechanism and stores information for authentication.
See Also