Unit
ScMailMessage
Description
The TScMailAddressList class is a descendant of the TOwnedCollection class, and is a container for TScMailAddressItem objects.
TScMailAddressList allows Items to be added or maintained in a collection, and can be used to access the collection as a comma-delimited list which is used in email messages.
The TScMailMessage.ToAddress, TScMailMessage.CC, and TScMailMessage.Bcc properties return instances of this class that are used to hold respective email addresses.
See Also