ExchangeServiceBinding.EndGetMessageTrackingReport Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function EndGetMessageTrackingReport ( _
    asyncResult As IAsyncResult _
) As GetMessageTrackingReportResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As GetMessageTrackingReportResponseMessageType

returnValue = instance.EndGetMessageTrackingReport(asyncResult)
public GetMessageTrackingReportResponseMessageType EndGetMessageTrackingReport(
    IAsyncResult asyncResult
)

Parameters