PidTagRowType Canonical Property
Office 2007
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 |
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.
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.