Share via


ExchangeServiceBinding.ExpandDLAsync Method (ExpandDLType)

The ExpandDLAsync method provides asynchronous access to the ExpandDL Web service method.

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

Syntax

'Declaration
Public Sub ExpandDLAsync ( _
    ExpandDL1 As ExpandDLType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim ExpandDL1 As ExpandDLType

instance.ExpandDLAsync(ExpandDL1)
public void ExpandDLAsync(
    ExpandDLType ExpandDL1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.