Vcl.ExtActns.TSendMail.FreeMessageData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeMessageData(var MsgData: TMapiMessage); virtual;

C++

virtual void __fastcall FreeMessageData(MapiMessage &MsgData);

Properties

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

Description

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

Call FreeMessageData to free the memory allocated for the fields of MsgData. MsgData is a MAPI-specific structure that contains information about the e-mail message.

To obtain the MAPI structure containing the e-mail message information, call GetMessageData.


See Also