Share via


MAPIINIT_0 (Compact 7)

3/12/2014

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 does not represent the version of the MAPI interface.

  • ulFlags
    Ignored.

Requirements

Header

mapix.h

See Also

Reference

MAPI Structures
MAPIInitialize