ExchangeServiceBinding.EndExpandDL Method

The EndExpandDL method is used to end an asynchronous ExpandDL call.

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

Syntax

'Declaration
Public Function EndExpandDL ( _
    asyncResult As IAsyncResult _
) As ExpandDLResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As ExpandDLResponseType

returnValue = instance.EndExpandDL(asyncResult)
public ExpandDLResponseType EndExpandDL(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: ExchangeWebServices.ExpandDLResponseType
The EndExpandDL method returns an ExpandDLResponseType object.