JVCL Help:TJvMail.Recipient

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Lists the primary message recipients.


Pascal

 propertyRecipient: TJvMailRecipients;


Description

Recipient lists the primary message recipients for messages send by calling SendMail or for messages received by calling ReadMail. Use Recipient to obtain direct access to the individual TJvMailRecipient objects. Each TJvMailRecipient object represents an individual recipient that is send a message by calling SendMail, or a primary message recipient of a message received by calling ReadMail.
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 Recipient to specify or determine the address and name of a recipient.


See Also

TJvMail.BlindCopy, TJvMail.CarbonCopy, 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