ExchangeServiceBinding.RemoveDelegateAsync Method

Definition

Overloads

RemoveDelegateAsync(RemoveDelegateType)

The RemoveDelegateAsync(RemoveDelegateType) method provides asynchronous access to the RemoveDelegate(RemoveDelegateType) operation.

RemoveDelegateAsync(RemoveDelegateType, Object)

The RemoveDelegateAsync(RemoveDelegateType, Object) method provides asynchronous access to the RemoveDelegate(RemoveDelegateType) operation.

RemoveDelegateAsync(RemoveDelegateType)

The RemoveDelegateAsync(RemoveDelegateType) method provides asynchronous access to the RemoveDelegate(RemoveDelegateType) operation.

public:
 void RemoveDelegateAsync(ExchangeWebServices::RemoveDelegateType ^ RemoveDelegate1);
public void RemoveDelegateAsync (ExchangeWebServices.RemoveDelegateType RemoveDelegate1);
Public Sub RemoveDelegateAsync (RemoveDelegate1 As RemoveDelegateType)

Parameters

RemoveDelegate1
RemoveDelegateType

The RemoveDelegate operation.

Remarks

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

Applies to

RemoveDelegateAsync(RemoveDelegateType, Object)

The RemoveDelegateAsync(RemoveDelegateType, Object) method provides asynchronous access to the RemoveDelegate(RemoveDelegateType) operation.

public:
 void RemoveDelegateAsync(ExchangeWebServices::RemoveDelegateType ^ RemoveDelegate1, System::Object ^ userState);
public void RemoveDelegateAsync (ExchangeWebServices.RemoveDelegateType RemoveDelegate1, object userState);
Public Sub RemoveDelegateAsync (RemoveDelegate1 As RemoveDelegateType, userState As Object)

Parameters

RemoveDelegate1
RemoveDelegateType

The RemoveDelegate request.

userState
Object

Remarks

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

Applies to