ExchangeServiceBinding.RemoveDelegateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).