3.1.4.2.4.2 FlagStatusType
The FlagStatusType simple type specifies the flag status for conversation items.
-
<xs:simpleType name="FlagStatusType"> <xs:restriction base="xs:string" > <xs:enumeration value="NotFlagged" /> <xs:enumeration value="Flagged" /> <xs:enumeration value="Complete" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the enumeration values that are defined by the FlagStatusType simple type.
Value |
Description |
---|---|
NotFlagged |
This value sets the flag status to "NotFlagged". |
Flagged |
This value sets the flag status to "Flagged". |
Complete |
This value sets the flag status to "Complete". |