3.1.4.1.3.3 t:ArrayOfFindMessageTrackingSearchResultType Complex Type

The ArrayOfFindMessageTrackingSearchResultType complex type specifies an array of search results.

 <xs:complexType name="ArrayOfFindMessageTrackingSearchResultType">
   <xs:choice
     minOccurs="0"
     maxOccurs="unbounded"
   >
     <xs:element name="MessageTrackingSearchResult"
       type="t:FindMessageTrackingSearchResultType"
      />
   </xs:choice>
 </xs:complexType>
  

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

Element name

Type

Description

MessageTrackingSearchResult

t:FindMessageTrackingSearchResultType (section 3.1.4.1.3.4)

Specifies a message that was found by using the FindMessageTrackingReport operation (section 3.1.4.1).