Share via


ExchangeServiceBinding.ExpandDLAsync Method (ExpandDLType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim ExpandDL1 As ExpandDLType
Dim userState As Object

instance.ExpandDLAsync(ExpandDL1, userState)
public void ExpandDLAsync(
    ExpandDLType ExpandDL1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.