3.1.4.2 GetMessageTrackingReport Operation
The GetMessageTrackingReport operation gets tracking information about the specified messages.
The following is the WSDL port type specification for this operation.
-
<wsdl:operation name="GetMessageTrackingReport" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetMessageTrackingReportSoapIn" /> <wsdl:output message="tns:GetMessageTrackingReportSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for this operation.
-
<wsdl:operation name="GetMessageTrackingReport"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetMessageTrackingReport" /> <wsdl:input> <soap:body parts="request" use="literal"/> <soap:header message="tns:GetMessageTrackingReportSoapIn" part="RequestVersion" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="GetMessageTrackingReportResult" use="literal" /> <soap:header message="tns:GetMessageTrackingReportSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>
For a successful GetMessageTrackingReport operation request, the server MUST return a GetMessageTrackingReportResponse element with the ResponseClass attribute set to "Success", and the ResponseCode element MUST be set to "NoError".
If the GetMessageTrackingReport operation request asks for a RecipientPath report and provides a recipient to whom the tracking email was not sent, the server MUST return a GetMessageTrackingReportResponse element with MessageTrackingReport only including SubmitTime as "0001-01-01T00:00:00" and an empty RecipientTrackingEvents element.