Vcl.ExtActns.TSendMail.Recipients

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Recipients: TRecipientCollection read FRecipients;

C++

__property TRecipientCollection* Recipients = {read=FRecipients};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Represents the recipients of the e-mail message.

Recipients is a collection of TRecipientItem objects representing the recipients of the e-mail message. When the action executes, TSendMail displays a dialog for the user to compose the e-mail message. In that dialog, the recipients of the message are initialized to Recipients. Each item from the Recipients collection has a RecipientType that determines the e-mail message field in which the item will appear.


See Also