property ReplyTo: TScMailAddressList;
Description
Holds a list of email addresses that will receive a reply to this email message. The list contains additional recipients besides those in the From 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 ReplyTo.
See Also