Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These properties appear on message objects, or pertain to message content.
| Constant | Description | Data type | Property ID | Property Tag |
|---|---|---|---|---|
| PR_BODY | Contains the message text. | PT_TSTRING | 0x1000 | 0x1000001F |
| PR_BODY_W | Contains the message text. UNICODE compilation. | PT_UNICODE | 0x1000 | 0x1000001F |
| PR_BODY_A | Contains the message text. Non-UNICODE compilation. | PT_STRING8 | 0x1000 | 0x1000001E |
| PR_REPORT_TEXT | Contains optional text for a report generated by the messaging system. | PT_TSTRING | 0x1001 | 0x1001001F |
| PR_REPORT_TEXT_W | Contains optional text for a report generated by the messaging system. UNICODE compilation. | PT_UNICODE | 0x1001 | 0x1001001F |
| PR_REPORT_TEXT_A | Contains optional text for a report generated by the messaging system. Non-UNICODE compilation. | PT_STRING8 | 0x1001 | 0x1001001E |
| PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY | Contains information about a message originator and a distribution list expansion history. | PT_BINARY | 0x1002 | 0x10020102 |
| PR_REPORTING_DL_NAME | Contains the display name of a distribution list for which the messaging system is delivering a report. | PT_BINARY | 0x1003 | 0x10030102 |
| PR_REPORTING_MTA_CERTIFICATE | Contains an identifier for the message transfer agent that generated a report. | PT_BINARY | 0x1004 | 0x10040102 |
| PR_RTF_SYNC_BODY_CRC | Contains the cyclical redundancy check (CRC) computed for the message text. | PT_LONG | 0x1006 | 0x10060003 |
| PR_RTF_SYNC_BODY_COUNT | Contains a count of the significant characters of the message text. | PT_LONG | 0x1007 | 0x10070003 |
| PR_RTF_SYNC_BODY_TAG | Contains significant characters that appear at the beginning of the message text. | PT_TSTRING | 0x1008 | 0x1008001F |
| PR_RTF_SYNC_BODY_TAG_W | Contains significant characters that appear at the beginning of the message text. UNICODE compilation. | PT_UNICODE | 0x1008 | 0x1008001F |
| PR_RTF_SYNC_BODY_TAG_A | Contains significant characters that appear at the beginning of the message text. Non-UNICODE compilation. | PT_STRING8 | 0x1008 | 0x1008001E |
| PR_RTF_COMPRESSED | Contains the Rich Text Format version of the message text, usually in compressed form. | PT_BINARY | 0x1009 | 0x10090102 |
| PR_RTF_SYNC_PREFIX_COUNT | Contains a count of the ignorable characters that appear before the significant characters of the message. | PT_LONG | 0x1010 | 0x10100003 |
| PR_RTF_SYNC_TRAILING_COUNT | Contains a count of the ignorable characters that appear after the significant characters of the message. | PT_LONG | 0x1011 | 0x10110003 |
| PR_ORIGINALLY_INTENDED_RECIP_ENTRYID | Contains the entry identifier of the originally intended recipient of an autoforwarded message. | PT_BINARY | 0x1012 | 0x10120102 |
See Also
Send Feedback on this topic to the authors