3.1.4.2.4.2 t:MessageTrackingDeliveryStatusType Simple Type

The MessageTrackingDeliveryStatusType simple type specifies the status for message delivery.<26>

 <xs:simpleType name="MessageTrackingDeliveryStatusType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Unsuccessful"
      />
     <xs:enumeration
       value="Pending"
      />
     <xs:enumeration
       value="Delivered"
      />
     <xs:enumeration
       value="Transferred"
      />
     <xs:enumeration
       value="Read"
      />
   </xs:restriction>
 </xs:simpleType>

The following table lists and describes the enumeration values that are defined by the MessageTrackingDeliveryStatusType simple type.

Value name

Description

Unsuccessful

Specifies that a particular message was not delivered.

Pending

Specifies that the message is waiting for approval from a moderator.

Delivered

Specifies that the message was delivered to all of the specified recipients.

Transferred

Specifies that the message was transferred to a server outside the search scope.

Read

Specifies that the message was delivered and read by the recipients.