Vcl.ExtActns.TSendMail.GetAttachmentDataTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttachmentDataTable: PMapiFileDesc; virtual;

C++

virtual Winapi::Mapi::PMapiFileDesc __fastcall GetAttachmentDataTable();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Returns an array of MAPI attachments.

Call the GetAttachmentDataTable to obtain the attachments of the e-mail message in MAPI format. The data for each attachment is stored in a structure specific to MAPI.

To free the memory for the resulting array, call FreeAttachmentDataTable.

See Also