ExchangeServiceBinding.ExpandDLAsync Method

Definition

Overloads

ExpandDLAsync(ExpandDLType, Object)

The ExpandDLAsync(ExpandDLType, Object) method provides asynchronous access to the ExpandDL Web service method.

ExpandDLAsync(ExpandDLType)

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

ExpandDLAsync(ExpandDLType, Object)

The ExpandDLAsync(ExpandDLType, Object) method provides asynchronous access to the ExpandDL Web service method.

public:
 void ExpandDLAsync(ExchangeWebServices::ExpandDLType ^ ExpandDL1, System::Object ^ userState);
public void ExpandDLAsync (ExchangeWebServices.ExpandDLType ExpandDL1, object userState);
Public Sub ExpandDLAsync (ExpandDL1 As ExpandDLType, userState As Object)

Parameters

ExpandDL1
ExpandDLType

The ExpandDL request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

ExpandDLAsync(ExpandDLType)

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

public:
 void ExpandDLAsync(ExchangeWebServices::ExpandDLType ^ ExpandDL1);
public void ExpandDLAsync (ExchangeWebServices.ExpandDLType ExpandDL1);
Public Sub ExpandDLAsync (ExpandDL1 As ExpandDLType)

Parameters

ExpandDL1
ExpandDLType

The ExpandDL request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to