Internet Direct (Indy) Version 9.0.2 Beta
TIdEMailAddressList.FillTStrings
Fills a string list with email addresses in the collection.

procedure FillTStrings(AStrings: TStrings);
Description
FillTStrings is a procedure used to fill the TStrings instance, specified by AStrings, with the formatted EMail addresses and names from the collection. Each TIdEmailAddressItem in the collection will result in a single line being added to AStrings that contains the Text value for the email address. FillTStrings does NOT clear the contents of AStrings before adding values from the collection.