Vcl.ExtActns.TSendMail.FreeRecipientData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeRecipientData(var RecipData: TMapiRecipDesc); virtual;

C++

virtual void __fastcall FreeRecipientData(MapiRecipDesc &RecipData);

Properties

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

Description

Frees the allocated memory for the fields inside a MAPI recipient structure.

Call FreeRecipientData to free the memory allocated for the fields of RecipData. RecipData is a MAPI-specific structure that contains information about a recipient.

To obtain a MAPI structure containing information about a recipient, call GetRecipientData.


See Also