Internet Direct (Indy) Version 9.0.2 Beta
TIdEMailAddressList.EMailAddresses
Represents the contents of the collection as a comma-delimited list of email addresses.

property EMailAddresses: String;
Description
EMailAddresses is a String property that represents the contents of the collection as a comma-delimited list of email addresses in RFC 822-compliant form.

Reading EMailAddresses results in a string that contains a comma-delimited list of values for each TIdEmailAddressItem in collection.

Writing to EMailAddresses will Clear the collection, and add each parsed EMail address to the collection. Note: Group EMail addresses, delimited with the ":" (colon) and ";" (semi-colon) characters, are ignored when email addresses are added to the collection.