Vcl.ExtActns.TSendMail.GetRecipientDataTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRecipientDataTable: PMapiRecipDesc; virtual;

C++

virtual Winapi::Mapi::PMapiRecipDesc __fastcall GetRecipientDataTable(void);

Properties

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

Description

Returns an array of MAPI recipients.

Call GetRecipientDataTable to obtain the recipients of the e-mail message in MAPI format. The data for each recipient is stored in a structure specific to MAPI.

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

See Also