Open main menu

RAD Studio API Documentation β

Vcl.ExtActns.TSendMail.Attachments

Delphi

property Attachments: TStrings read FAttachments;

C++

__property System::Classes::TStrings* Attachments = {read=FAttachments};

Properties

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

Contents

Description

Specifies the files attached.

Each string in the list represents the full path to an existing file that will be attached to the e-mail.

See Also

Code Examples