ExchangeServiceBinding.ResolveNamesAsync Method

Definition

Overloads

ResolveNamesAsync(ResolveNamesType)

The ResolveNamesAsync(ResolveNamesType) method provides asynchronous access to the ResolveNames Web service method.

ResolveNamesAsync(ResolveNamesType, Object)

The ResolveNamesAsync(ResolveNamesType, Object) method provides asynchronous access to the ResolveNames Web service method.

ResolveNamesAsync(ResolveNamesType)

The ResolveNamesAsync(ResolveNamesType) method provides asynchronous access to the ResolveNames Web service method.

public:
 void ResolveNamesAsync(ExchangeWebServices::ResolveNamesType ^ ResolveNames1);
public void ResolveNamesAsync (ExchangeWebServices.ResolveNamesType ResolveNames1);
Public Sub ResolveNamesAsync (ResolveNames1 As ResolveNamesType)

Parameters

ResolveNames1
ResolveNamesType

The ResolveNames request.

Remarks

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

Applies to

ResolveNamesAsync(ResolveNamesType, Object)

The ResolveNamesAsync(ResolveNamesType, Object) method provides asynchronous access to the ResolveNames Web service method.

public:
 void ResolveNamesAsync(ExchangeWebServices::ResolveNamesType ^ ResolveNames1, System::Object ^ userState);
public void ResolveNamesAsync (ExchangeWebServices.ResolveNamesType ResolveNames1, object userState);
Public Sub ResolveNamesAsync (ResolveNames1 As ResolveNamesType, userState As Object)

Parameters

ResolveNames1
ResolveNamesType

The ResolveNames request.

userState
Object

Remarks

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

Applies to