JVCL Help:TJvMailRecipients

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMailRecipients
run\JvMail.pas


Summary

TJvMailRecipients is a collection of TJvMailRecipient objects.

run\JvMail.pas


Pascal

 run\JvMail.pas
 TJvMailRecipients = class(TCollection);


Description

Use TJvMailRecipients to represent all the recipients of a message. Each recipient is represented by a single TJvMailRecipient object.
Use the Add or AddRecipient method to add a single recipient to the collection.

run\JvMail.pas


See Also

TJvMail, TJvMailRecipient

run\JvMail.pas


About

Navigation

run\JvMail.pas



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