3.1.4.1.3.2 m:FindMessageTrackingReportResponseMessageType Complex Type

The FindMessageTrackingReportResponseMessageType complex type specifies the response for the FindMessageTrackingReport operation (section 3.1.4.1). The FindMessageTrackingReportResponseMessageType complex type extends the ResponseMessageType complex type ([MS-OXWSCDATA] section 2.2.4.65).

 <xs:complexType name="FindMessageTrackingReportResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="Diagnostics"
           type="t:ArrayOfStringsType"
           minOccurs="0"
          />
         <xs:element name="MessageTrackingSearchResults"
           type="t:ArrayOfFindMessageTrackingSearchResultType"
           minOccurs="0"
          />
         <xs:element name="ExecutedSearchScope"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="Errors"
           type="t:ArrayOfArraysOfTrackingPropertiesType"
           minOccurs="0"
          />
         <xs:element name="Properties"
           type="t:ArrayOfTrackingPropertiesType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

Diagnostics

t:ArrayOfStringsType ([MS-OXWSCDATA] section 2.2.4.13)

Specifies timing and performance information that will be used to produce various statistical reports.

MessageTrackingSearchResults

t:ArrayOfFindMessageTrackingSearchResultType (section 3.1.4.1.3.3)

Specifies an array of matching records.

ExecutedSearchScope

xs:string ([XMLSCHEMA2])

Specifies the scope of the search that was performed to get the search results.<8>

Errors

t:ArrayOfArraysOfTrackingPropertiesType (section 3.1.4.2.3.6)

Specifies a property bag for storing errors that are returned through the web service.<9>

Properties

t:ArrayOfTrackingPropertiesType (section 2.2.4.2)

Specifies a list of one or more tracking properties.<10>