Share via


ExchangeServiceBinding.DeleteItemAsync Method (DeleteItemType)

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 _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim DeleteItem1 As DeleteItemType

instance.DeleteItemAsync(DeleteItem1)
public void DeleteItemAsync(
    DeleteItemType DeleteItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.