property Bcc: TScMailAddressList;
Description
Holds a list of addresses of the blind carbon copy (BCC) recipients of the email message. The message will be sent to these recipients in a separate list, and the email address of these recipients will not be displayed in the "To:" list.
To add an address to the list you create a TScMailAddressItem object, specify the needed address, and add the object to the list returned by Bcc.
See Also