The Task type contains information that describes a known entity that represents a task suggestion.
-
<xs:complexType name="Task"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="TaskString" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Assignees" type="ArrayOfEmailUser" /> </xs:sequence> <xs:attribute default="-1" name="StartIndex" type="xs:int" /> <xs:attribute default="LatestReply" name="Position" type="EmailPosition" /> </xs:complexType>
TaskString: An element of type xs:string, as defined in [XMLSCHEMA2/2] section 3.2.1, that contains a string that describes the task suggestion. For more details, see section 2.2.3.1.33.
Assignees: An element of the ArrayOfEmailUser complex type, as defined in section 2.2.3.2.6, that contains a list of assignees for the task. For more details, see section 2.2.3.1.4.
StartIndex: An attribute of type xs:int, as defined in [XMLSCHEMA2/2] section 3.3.17, that indicates the location of the entity, relative to the value of the Position attribute. For more details, see section 2.2.3.4.4.
Position: An attribute of the EmailPosition simple type, as defined in section 2.2.3.3.1, that indicates the location of the entity within the Message object. For more details, see section 2.2.3.4.3.