PR_ROW_TYPE
The
PR_ROW_TYPE property contains a value that indicates the type of a row in a
table.
Quick Info
Header
file: |
MAPITAGS.H |
Must be a
column in: |
Contents
tables |
Identifier: |
0x0FF5 |
Property
type: |
PT_LONG |
Property
tag: |
0x0FF50003 |
Remarks
The
PR_ROW_TYPE property appears only on contents tables. A category only exists
when it has items.
PR_ROW_TYPE
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.
See Also