MAPIInitialize

4/8/2010

The MAPIInitialize function increments the MAPI subsystem reference count and initializes global data for the MAPI DLL.

Syntax

HRESULT MAPIInitialize(
  LPVOID lpMapiInit 
);

Parameters

  • lpMapiInit
    [in] Ignored.

Return Value

  • S_OK
    The MAPI subsystem was initialized successfully.

Remarks

Call this function to initialize MAPI.

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