2.2.4.1 t:TrackingPropertyType Complex Type

The TrackingPropertyType complex type specifies a name/value pair of strings that is used to create properties for message tracking reports.<2>

 <xs:complexType name="TrackingPropertyType">
   <xs:sequence>
     <xs:element name="Name"
       type="xs:string"
      />
     <xs:element name="Value"
       type="xs:string"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>

The following table lists and describes the child elements of the TrackingPropertyType complex type.

Element name

Type

Description

Name

xs:string ([XMLSCHEMA2])

Defines a name for a particular message tracking report property.

Value

xs:string

Defines a value for the message tracking report property.

The following table lists and describes the valid values of the TrackingPropertyType complex type.

Name

Value

Usage

Description

ExpandTree

unlimited

Used in FindMessageTrackingReport operation.

Specifies whether to expand recipient tree before searching the recipients.

SearchAsRecip

unlimited

Used in FindMessageTrackingReport operation.

Specifies whether to search starting from recipients.

GetAdditionRecords

unlimited

Used in GetMessageTrackingReport operation.

Specifies whether to get additional records.

SearchForModerationResult

unlimited

Used in FindMessageTrackingReport operation.

Specifies whether to get moderation results.