PidTagSubmitFlags Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains a bitmask of flags indicating details about a message submission.
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
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXCICAL]
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.