PidTagSubmitFlags Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a bitmask of flags indicating details about a message submission.
Property | Value |
---|---|
Associated properties: |
PR_SUBMIT_FLAGS |
Identifier: |
0x0E14 |
Data type: |
PT_LONG |
Area: |
MAPI non-transmittable |
Remarks
One or more of the following flags can be set for the PR_SUBMIT_FLAGS bitmask:
SUBMITFLAG_LOCKED
The MAPI spooler currently has the message locked.
SUBMITFLAG_PREPROCESS
The message needs preprocessing. When the MAPI spooler is done preprocessing this message, it should call the IMessage::SubmitMessage method. The message store provider recognizes that the spooler, rather than the client application, has called SubmitMessage, clears the flag, and continues message submission.
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.