ExchangeServiceBinding.DeleteItemAsync Method (DeleteItemType, Object)
The DeleteItemAsync method provides asynchronous access to the DeleteItem Web service method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub DeleteItemAsync ( _
DeleteItem1 As DeleteItemType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim DeleteItem1 As DeleteItemType
Dim userState As Object
instance.DeleteItemAsync(DeleteItem1, _
userState)
public void DeleteItemAsync(
DeleteItemType DeleteItem1,
Object userState
)
Parameters
- DeleteItem1
Type: ExchangeWebServices.DeleteItemType
The DeleteItem request.
- userState
Type: System.Object