3.1.4.1 FindMessageTrackingReport Operation

The FindMessageTrackingReport operation finds messages that meet the specified criteria.

The following is the WSDL port type specification for this operation.

 <wsdl:operation name="FindMessageTrackingReport" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:FindMessageTrackingReportSoapIn" />
    <wsdl:output message="tns:FindMessageTrackingReportSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification for this operation.

 <wsdl:operation name="FindMessageTrackingReport">
             <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/FindMessageTrackingReport" />
             <wsdl:input>
                 <soap:body parts="request" use="literal"/>
                 <soap:header message="tns:FindMessageTrackingReportSoapIn" part="RequestVersion" use="literal"/>
             </wsdl:input>
             <wsdl:output>
                 <soap:body parts="FindMessageTrackingReportResult" use="literal" />
                 <soap:header message="tns:FindMessageTrackingReportSoapOut" part="ServerVersion" use="literal"/>
             </wsdl:output>
         </wsdl:operation>

For any valid FindMessageTrackingReport operation request, the server MUST return a FindMessageTrackingReportResponse element with the ResponseClass attribute set to "Success", and the ResponseCode element MUST be set to "NoError". If the sender in the FindMessageTrackingReport operation request has not sent any emails or is not found, the FindMessageTrackingReportResponse element MUST only contain an ExecutedSearchScope element and an empty MessageTrackingSearchResults element.