ExchangeServiceBinding.AddDelegateAsync 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
AddDelegateAsync(AddDelegateType) |
The AddDelegateAsync(AddDelegateType) method provides asynchronous access to the AddDelegate operation. |
AddDelegateAsync(AddDelegateType, Object) |
The AddDelegateAsync(AddDelegateType, Object) method provides asynchronous access to the AddDelegate operation. |
AddDelegateAsync(AddDelegateType)
The AddDelegateAsync(AddDelegateType) method provides asynchronous access to the AddDelegate operation.
public:
void AddDelegateAsync(ExchangeWebServices::AddDelegateType ^ AddDelegate1);
public void AddDelegateAsync (ExchangeWebServices.AddDelegateType AddDelegate1);
Public Sub AddDelegateAsync (AddDelegate1 As AddDelegateType)
Parameters
- AddDelegate1
- AddDelegateType
The AddDelegate request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
AddDelegateAsync(AddDelegateType, Object)
The AddDelegateAsync(AddDelegateType, Object) method provides asynchronous access to the AddDelegate operation.
public:
void AddDelegateAsync(ExchangeWebServices::AddDelegateType ^ AddDelegate1, System::Object ^ userState);
public void AddDelegateAsync (ExchangeWebServices.AddDelegateType AddDelegate1, object userState);
Public Sub AddDelegateAsync (AddDelegate1 As AddDelegateType, userState As Object)
Parameters
- AddDelegate1
- AddDelegateType
The AddDelegate request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).