Vcl.ExtActns.TSendMail.GetRecipientData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRecipientData(const Index: Integer): TMapiRecipDesc; virtual;

C++

virtual MapiRecipDesc __fastcall GetRecipientData(const int Index);

Properties

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

Description

Returns a MAPI recipient, given its index in Recipients.

Call GetRecipientData to obtain a MAPI-specific structure that contains information about the recipient specified at the index Index in Recipients.

To free the memory allocated for the resulting MAPI recipient, call FreeRecipientData.

See Also