Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PredictedMessageActionType simple type specifies the predicted next action to be taken.<122>
-
<xs:simpleType name="PredictedMessageActionType"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="Respond" /> <xs:enumeration value="FollowUp" /> <xs:enumeration value="MoveToFolder" /> <xs:enumeration value="Delete" /> <xs:enumeration value="Read" /> <xs:enumeration value="Ignore" /> </xs:restriction> </xs:simpleType>
The following table describes possible values.
|
Value |
Description |
|---|---|
|
None |
The item has no predicted next action. |
|
Respond |
The predicted next action is a response. |
|
FollowUp |
The predicted next action is a followup. |
|
MoveToFolder |
The predicted next action is a move to a different folder. |
|
Delete |
The predicted next action is a deletion. |
|
Read |
The predicted next action is a read. |
|
Ignore |
The predicted next action is that the item will be ignored. |