ExchangeServiceBinding.DeleteItemAsync Method

Definition

Overloads

DeleteItemAsync(DeleteItemType)

The DeleteItemAsync(DeleteItemType) method provides asynchronous access to the DeleteItem Web service method.

DeleteItemAsync(DeleteItemType, Object)

The DeleteItemAsync(DeleteItemType, Object) method provides asynchronous access to the DeleteItem Web service method.

DeleteItemAsync(DeleteItemType)

The DeleteItemAsync(DeleteItemType) method provides asynchronous access to the DeleteItem Web service method.

public:
 void DeleteItemAsync(ExchangeWebServices::DeleteItemType ^ DeleteItem1);
public void DeleteItemAsync (ExchangeWebServices.DeleteItemType DeleteItem1);
Public Sub DeleteItemAsync (DeleteItem1 As DeleteItemType)

Parameters

DeleteItem1
DeleteItemType

The DeleteItem request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

DeleteItemAsync(DeleteItemType, Object)

The DeleteItemAsync(DeleteItemType, Object) method provides asynchronous access to the DeleteItem Web service method.

public:
 void DeleteItemAsync(ExchangeWebServices::DeleteItemType ^ DeleteItem1, System::Object ^ userState);
public void DeleteItemAsync (ExchangeWebServices.DeleteItemType DeleteItem1, object userState);
Public Sub DeleteItemAsync (DeleteItem1 As DeleteItemType, userState As Object)

Parameters

DeleteItem1
DeleteItemType

The DeleteItem request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to