PidTagBodyHtml Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the Hypertext Markup Language (HTML) version of the message text.
Associated properties: |
PR_BODY_HTML, PR_BODY_HTML_A, PR_BODY_HTML_W |
Identifier: |
0x1013 |
Data type: |
PT_UNICODE, PT_STRING8 |
Area: |
General messaging |
Remarks
These properties contain the same message text as the PR_BODY_CONTENT_LOCATION (PidTagBodyContentLocation), but in HTML.
A message store that supports HTML indicates this by setting the STORE_HTML_OK flag in its PR_STORE_SUPPORT_MASK (PidTagStoreSupportMask).
Note STORE_HTML_OK is not defined in versions of Mapidefs.h included with Microsoft® Exchange 2000 Server and earlier. If STORE_HTML_OK is undefined, use the value 0x00010000 instead.
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXCMSG]
Handles message and attachment objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.