ExchangeServiceBinding.DeleteItemAsync 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
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).