Constants for Exported Outlook APIs

Constants for Exported Outlook APIs

This topic contains constant definitions for APIs exported by Microsoft Office Outlook.

Constants

MAPI_MODIFY As defined in the Microsoft Windows Software Development Kit (SDK) header file mapidefs.h.
MAPI_NATIVE_BODY 0x00010000
MAPI_NATIVE_BODY_TYPE_RTF 0x00000001
MAPI_NATIVE_BODY_TYPE_HTML 0x00000002
MAPI_NATIVE_BODY_TYPE_PLAINTEXT 0x00000004
STORE_UNCOMPRESSED_RTF As defined in the Microsoft Windows SDK header file mapidefs.h.
MAPICRASH_RECOVER 0x00000001
MAPICRASH_CONTINUE 0x00000002
MAPICRASH_SYSTEM_SHUTDOWN 0x00000004

Definitions for Time Zone Support

  const ULONG TZ_MAX_RULES                    = 1024; 
const BYTE  TZ_BIN_VERSION_MAJOR            = 0x02; 
const BYTE  TZ_BIN_VERSION_MINOR            = 0x01;
const WORD  TZRULE_FLAG_RECUR_CURRENT_TZREG = 0x0001;
const WORD  TZRULE_FLAG_EFFECTIVE_TZREG     = 0x0002;
const WORD  TZDEFINITION_FLAG_VALID_GUID    = 0x0001;
const WORD  TZDEFINITION_FLAG_VALID_KEYNAME = 0x0002;

Definitions for MAPI Crash Recovery

  #define MAPICRASH_RECOVER ((ULONG) 0x00000001)
#define MAPICRASH_CONTINUE ((ULONG) 0x00000002)
#define MAPICRASH_SYSTEM_SHUTDOWN ((ULONG) 0x00000004)

See Also

About APIs Exported by Outlook

About the MAPI Crash Recovery API

MAPICrashRecovery