property CC: TScMailAddressList;
Description
Holds a list of addresses of the carbon copy (CC) recipients of the email message. The list contains additional recipients besides those in the ToAddress 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 CC.
See Also