Share via


MAPIINIT_0

4/8/2010

The MAPIINIT_0 structure conveys options to the MAPIInitialize function.

Syntax

struct { 
  ULONG ulVersion; 
  ULONG ulFlags; 
} MAPIINIT_0, FAR *LPMAPIINIT_0; 

Members

  • ulVersion
    Integer value representing the version number of the MAPIINIT_0 structure; must be set to MAPI_INIT_VERSION.

    Note

    The ulVersion member is for future expansion and does not represent the version of the MAPI interface.

  • ulFlags
    Ignored.

Requirements

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

See Also

Reference

MAPIInitialize
MAPI Structures

Other Resources

Messaging