PidTagRowType 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 value that indicates the type of a row in a table.
Associated properties: |
PR_ROW_TYPE |
Identifier: |
0x0FF5 |
Data type: |
PT_LONG |
Area: |
MAPI non-transmittable |
Remarks
This property appears only on contents tables. A category only exists when it has items.
This property can have exactly one of the following values:
TBL_LEAF_ROW
Represents actual data, rather than a category row.TBL_EMPTY_CATEGORY
Not currently used.TBL_EXPANDED_CATEGORY
The category is expanded; the user interface usually displays this with the minus sign ( - ) next to it.TBL_COLLAPSED_CATEGORY
The category is collapsed; the user interface usually displays this with the plus sign (+) next to it.
Related Resources
Protocol Specifications
- [MS-OXCTABL]
Includes permissible operations for the core table objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.
See Also
Reference
PidTagRowid Canonical Property