JCL Help:MapiErrorMessage

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the MAPI error message for a given MAPI result code.


Pascal

 function MapiErrorMessage(const ErrorCode: DWORD): string;


Parameters

Parameters Description
const ErrorCode: DWORD MAPI result code.


Return Value

The MAPI error message belonging to the given MAPI result code.


Description

MapiErrorMessage translates a MAPI result code into a message.


About

Unit

JclMapi


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page