2.2.5.1 t:TaskDelegateStateType Simple Type

The TaskDelegateStateType simple type specifies the status types of a delegated task. The values for this simple type are never set.

 <xs:simpleType name="TaskDelegateStateType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Accepted"
      />
     <xs:enumeration
       value="Declined"
      />
     <xs:enumeration
       value="Max"
      />
     <xs:enumeration
       value="NoMatch"
      />
     <xs:enumeration
       value="Owned"
      />
     <xs:enumeration
       value="OwnNew"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the TaskDelegateStateType simple type.

Value name

Meaning

Accepted

Specifies that the task has been accepted.

Declined

Specifies that the task has been declined.

Max

Not used.

NoMatch

Not used.

Owned

Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the request.

OwnNew

Specifies that this is not a delegated task or that the task request has been created but not sent. This value is also used for a task request message, whether it's in the owner’s Sent Items folder or the delegate's Inbox folder.