3.1.4.1.4.1 ConversationActionTypeType
The ConversationActionTypeType simple type specifies the action to apply to items in a conversation.
-
<xs:simpleType name="ConversationActionTypeType"> <xs:restriction base="xs:string"> <xs:enumeration value="AlwaysCategorize"/> <xs:enumeration value="AlwaysDelete"/> <xs:enumeration value="AlwaysMove"/> <xs:enumeration value="Delete"/> <xs:enumeration value="Move"/> <xs:enumeration value="Copy"/> <xs:enumeration value="SetReadState"/> <xs:enumeration value="SetRetentionPolicy" /> <xs:enumeration value="Flag" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the enumeration values that are defined by the ConversationActionTypeType simple type.
Value |
Description |
---|---|
AlwaysCategorize |
Specifies that items in the conversation are always categorized. |
AlwaysDelete |
Specifies that items in the conversation are always deleted. |
AlwaysMove |
Specifies that items in the conversation are always moved. |
Delete |
Specifies that items in the conversation are to be deleted. |
Move |
Specifies that items in the conversation are to be moved. |
Copy |
Specifies that items in the conversation are to be copied. |
SetReadState |
Specifies that items in the conversation are to have the read state set. |
SetRetentionPolicy |
Specifies that items in the conversation are to have the retention policy set.<5> |
Flag |
Specifies a flag on an item.<6> |