Vcl.ExtActns.TSendMail.FreeRecipientDataTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeRecipientDataTable(var DataTable: PMapiRecipDesc); virtual;

C++

virtual void __fastcall FreeRecipientDataTable(Winapi::Mapi::PMapiRecipDesc &DataTable);

Properties

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

Description

Frees an array of MAPI recipients.

Call FreeRecipientDataTable to free the memory for each array you use to store data for MAPI recipients. It frees the memory for all the fields in each structure and the memory for the whole array.

A MAPI recipient is a MAPI-specific data structure that contains information about a recipient of the e-mail message.

To obtain an array of MAPI recipients, call GetRecipientDataTable.


See Also