Vcl.ExtActns.TSendMail.MAPISendStatusToMailSendStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MAPISendStatusToMailSendStatus(const Value: ULONG): TMailSendStatus;

C++

TMailSendStatus __fastcall MAPISendStatusToMailSendStatus(const unsigned Value);

Properties

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

Description

Converts a send status specific to MAPI to the corresponding TMailSendStatus.

Call MAPISendStatusToMailSendStatus to obtain the TMailSendStatus element corresponding to the MAPI send status constant.

See Also