JVCL Help:TJvMail.CarbonCopy
JVCL Help: TJvMail.CarbonCopy Property
Search in JVCL Help
Search in all projectsSummary
Lists the recipients of a message copy (CC).
Pascal
propertyCarbonCopy: TJvMailRecipients;
Description
CarbonCopy lists the recipients of a message copy for messages send by calling SendMail. Use CarbonCopy to obtain direct access to the individual TJvMailRecipient objects. Each TJvMailRecipient object represents an individual recipient that is send a message by calling SendMail.
Use the Add or AddRecipient method of the recipient collection to add a single recipient to the collection. Use the Address and Name properties of the individual entries in CarbonCopy to specify or determine the address and name of a recipient.
See Also
TJvMail.BlindCopy, TJvMail.Recipient, TJvMailRecipient, TJvMailRecipients
About
Notes
Some messaging systems can limit the number of recipients per message.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page