MAPIUninitialize

4/8/2010

The MAPIUninitialize function decrements the reference count, cleans up, and deletes per-instance global data for the MAPI DLL.

Syntax

void MAPIUninitialize (void)

Parameters

None.

Return Value

None.

Remarks

A client application calls the MAPIUninitialize function to end its interaction with MAPI. After MAPIUninitialize is called, no other MAPI calls can be made by the client.

MAPIUninitialize decrements the reference count, and the corresponding MAPIInitialize function increments the reference count. Therefore, the number of calls to one function must equal the number of calls to the other.

Requirements

Header mapix.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Functions

Other Resources

Messaging