procedure GetDomains(AStrings: TStrings);
Description
Fills a TString object with the domain addresses from a collection.
The method iterates over Items and adds TScMailAddressItem.Host values to AStrings if a value has not been added yet.
See Also