ExchangeServiceBinding.AddDelegateAsync Method (AddDelegateType, Object)
The AddDelegateAsync method provides asynchronous access to the AddDelegate operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub AddDelegateAsync ( _
AddDelegate1 As AddDelegateType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim AddDelegate1 As AddDelegateType
Dim userState As Object
instance.AddDelegateAsync(AddDelegate1, _
userState)
public void AddDelegateAsync(
AddDelegateType AddDelegate1,
Object userState
)
Parameters
- AddDelegate1
Type: ExchangeWebServices.AddDelegateType
The AddDelegate request.
- userState
Type: System.Object