property ToAddress: TScMailAddressList;
Description
Holds a list of recipients of the email message. You can specify additional recipients in the CC property.
To add a new address to the list you create a TScMailAddressItem object, specify the address, and add the object to the list returned by ToAddress.
See Also