MAPI Flags
This section provides detailed information about the Windows Mobile-based Messaging API (MAPI) flags described in the following table.
Flag type | Description |
---|---|
MAPI Compose Field Flags | These flags indicate and set message status values. They can be combined with bitwise OR to form a bitmask. |
MAPI Message Status Flags | These flags indicate and set message status values. They can be combined with bitwise OR to form a bitmask. |
Message Form Host Command Bar Capability Flags | These flags represents one menu item that can appear on a messaging add-in menu bar. They can be combined with bitwise OR to form a bitmask, to create the IMessageFormEx::GetMenuCapabilities members dwFlags and pdwEnable. |
Notification Event Type Flags | These flags define the ulEventType member of the NOTIFICATION structure, which contains information about an event that has occurred and the data that has been effected by the event. |
Object Event Flags | These flags indicate the types of notification events that a client process registers to receive. They can be combined with bitwise OR to form a bitmask, and are used in the ulEventMask parameter of the IMAPISession::Advise method. |
Shutdown Flags | These flags indicate why the messaging subsystem was shut down. |
See Also
Send Feedback on this topic to the authors