JVCL Help:TJvMail.BlindCopy
JVCL Help: TJvMail.BlindCopy Property
Search in JVCL Help
Search in all projectsSummary
Lists the recipients of a blind copy (BCC).
Pascal
propertyBlindCopy: TJvMailRecipients;
Description
BlindCopy lists the recipients of a blind copy for messages send by calling SendMail. Use BlindCopy 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 BlindCopy to specify or determine the address and name of a recipient.
See Also
TJvMail.CarbonCopy, 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