Non-Transmittable Message Properties

4/8/2010

These properties appear on message objects, and are in the non-transmittable range for messages (0E00 - 0FFF).

Constant Description Data type Property ID Property Tag

PR_CURRENT_VERSION

Was originally meant to contain the current version of a message store. No longer supported.

PT_I8

0x0E00

0x0E000014

PR_DELETE_AFTER_SUBMIT

Contains TRUE if a client application wants MAPI to delete the associated message after submission.

PT_BOOLEAN

0x0E01

0x0E01000B

PR_DISPLAY_BCC

Contains an ASCII list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;).

PT_TSTRING

0x0E02

0x0E02001F

PR_DISPLAY_BCC_W

Contains an ASCII list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). UNICODE compilation.

PT_UNICODE

0x0E02

0x0E02001F

PR_DISPLAY_BCC_A

Contains an ASCII list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). Non-UNICODE compilation.

PT_STRING8

0x0E02

0x0E02001E

PR_DISPLAY_CC

Contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;).

PT_TSTRING

0x0E03

0x0E03001F

PR_DISPLAY_CC_W

Contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). UNICODE compilation.

PT_UNICODE

0x0E03

0x0E03001F

PR_DISPLAY_CC_A

Contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). Non-UNICODE compilation.

PT_STRING8

0x0E03

0x0E03001E

PR_DISPLAY_TO

Contains an ASCII list of the display names of the primary (To) message recipients, separated by semicolons (;).

PT_TSTRING

0x0E04

0x0E04001F

PR_DISPLAY_TO_W

Contains an ASCII list of the display names of the primary (To) message recipients, separated by semicolons (;). UNICODE compilation.

PT_UNICODE

0x0E04

0x0E04001F

PR_DISPLAY_TO_A

Contains an ASCII list of the display names of the primary (To) message recipients, separated by semicolons (;). Non-UNICODE compilation.

PT_STRING8

0x0E04

0x0E04001E

PR_PARENT_DISPLAY

Contains the display name of the folder in which a message was found during a search.

PT_TSTRING

0x0E05

0x0E05001F

PR_PARENT_DISPLAY_W

Contains the display name of the folder in which a message was found during a search. UNICODE compilation.

PT_UNICODE

0x0E05

0x0E05001F

PR_PARENT_DISPLAY_A

Contains the display name of the folder in which a message was found during a search. Non-UNICODE compilation.

PT_STRING8

0x0E05

0x0E05001E

PR_MESSAGE_DELIVERY_TIME

Contains the date and time a message was delivered.

PT_SYSTIME

0x0E06

0x0E060040

PR_MESSAGE_FLAGS

Contains a bitmask of flags indicating the origin and current state of a message.

PT_LONG

0x0E07

0x0E070003

PR_MESSAGE_SIZE

Contains the sum, in bytes, of the sizes of all properties on a message object.

PT_LONG

0x0E08

0x0E080003

PR_PARENT_ENTRYID

Contains the entry identifier of the folder containing a folder or message.

PT_BINARY

0x0E09

0x0E090102

PR_SENTMAIL_ENTRYID

Contains the entry identifier of the folder where the message should be moved after submission.

PT_BINARY

0x0E0A

0x0E0A0102

PR_CORRELATE

Contains TRUE if the sender of a message requests the correlation feature of the messaging system.

PT_BOOLEAN

0x0E0C

0x0E0C000B

PR_CORRELATE_MTSID

Contains the message transfer system (MTS) identifier used in correlating reports with sent messages.

PT_BINARY

0x0E0D

0x0E0D0102

PR_DISCRETE_VALUES

Contains TRUE if a nondelivery report applies only to discrete members of a distribution list rather than the entire list.

PT_BOOLEAN

0x0E0E

0x0E0E000B

PR_RESPONSIBILITY

Contains TRUE if some transport provider has already accepted responsibility for delivering the message to this recipient, and FALSE if the MAPI spooler considers that this transport provider should accept responsibility.

PT_BOOLEAN

0x0E0F

0x0E0F000B

PR_SPOOLER_STATUS

Contains the status of the message based on information available to the MAPI spooler.

PT_LONG

0x0E10

0x0E100003

PR_TRANSPORT_STATUS

Obsolete MAPI spooler property. No longer supported.

PT_LONG

0x0E11

0x0E110003

PR_MESSAGE_RECIPIENTS

Contains a table of restrictions that can be applied to a contents table to find all messages that contain recipient subobjects meeting the restrictions.

PT_OBJECT

0x0E12

0x0E12000D

PR_MESSAGE_ATTACHMENTS

Contains a table of restrictions that can be applied to a contents table to find all messages that contain attachment subobjects meeting the restrictions.

PT_OBJECT

0x0E13

0x0E13000D

PR_SUBMIT_FLAGS

Contains a bitmask of flags indicating details about a message submission.

PT_LONG

0x0E14

0x0E140003

PR_RECIPIENT_STATUS

Contains a value used by the MAPI spooler in assigning delivery responsibility among transport providers.

PT_LONG

0x0E15

0x0E150003

PR_TRANSPORT_KEY

Contains a value used by the MAPI spooler to track the progress of an outbound message through the outgoing transport providers.

PT_LONG

0x0E16

0x0E160003

PR_MSG_STATUS

Contains a bitmask of property tags that define the status of a message.

PT_LONG

0x0E17

0x0E170003

PR_MESSAGE_DOWNLOAD_TIME

Contains the estimated time to download a message from a remote server to a local message store.

PT_LONG

0x0E18

0x0E180003

PR_CREATION_VERSION

Was originally meant to contain the message store version current at the time a message was created. No longer supported.

PT_I8

0x0E19

0x0E190014

PR_MODIFY_VERSION

Was originally meant to contain the message store version current at the time the message was last modified. No longer supported.

PT_I8

0x0E1A

0x0E1A0014

PR_HASATTACH

Contains at least one attachment.

PT_BOOLEAN

0x0E1B

0x0E1B000B

PR_BODY_CRC

Contains a circular redundancy check (CRC) value on the message text.

PT_LONG

0x0E1C

0x0E1C0003

PR_NORMALIZED_SUBJECT

Contains the message subject with any prefix removed.

PT_TSTRING

0x0E1D

0x0E1D001F

PR_NORMALIZED_SUBJECT_W

Contains the message subject with any prefix removed. UNICODE compilation.

PT_UNICODE

0x0E1D

0x0E1D001F

PR_NORMALIZED_SUBJECT_A

Contains the message subject with any prefix removed. Non-UNICODE compilation.

PT_STRING8

0x0E1D

0x0E1D001E

PR_RTF_IN_SYNC

Contains TRUE if PR_RTF_COMPRESSED has the same text content as PR_BODY for this message.

PT_BOOLEAN

0x0E1F

0x0E1F000B

PR_ATTACH_SIZE

Contains the sum, in bytes, of the sizes of all properties on an attachment.

PT_LONG

0x0E20

0x0E200003

PR_ATTACH_NUM

Contains a number that uniquely identifies the attachment within its parent message.

PT_LONG

0x0E21

0x0E210003

PR_PREPROCESS

Contains TRUE if the message requires preprocessing.

PT_BOOLEAN

0x0E22

0x0E22000B

PR_ORIGINATING_MTA_CERTIFICATE

Contains an identifier for the message transfer agent (MTA) that originated the message.

PT_BINARY

0x0E25

0x0E250102

PR_PROOF_OF_SUBMISSION

Contains an ASN.1 proof of submission value.

PT_BINARY

0x0E26

0x0E260102

See Also

Reference

MAPI Properties