Share via


MAPIUninitialize (Compact 7)

3/12/2014

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

See Also

Reference

MAPI Functions