Vcl.ExtActns.TSendMail.GetMessageData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMessageData: TMapiMessage; virtual;

C++

virtual MapiMessage __fastcall GetMessageData();

Properties

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

Description

Constructs and returns a structure specific to MAPI that represents the e-mail message.

Call GetMessageData to obtain a MAPI-specific structure that contains information about the e-mail message.

To free the memory allocated for the resulting MAPI message, call FreeMessageData.


See Also