ExchangeServiceBinding.BeginDeleteItem 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.
The BeginDeleteItem(DeleteItemType, AsyncCallback, Object) method is used to begin an asynchronous DeleteItem(DeleteItemType) call.
public:
IAsyncResult ^ BeginDeleteItem(ExchangeWebServices::DeleteItemType ^ DeleteItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginDeleteItem (ExchangeWebServices.DeleteItemType DeleteItem1, AsyncCallback callback, object asyncState);
Public Function BeginDeleteItem (DeleteItem1 As DeleteItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- DeleteItem1
- DeleteItemType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginDeleteItem(DeleteItemType, AsyncCallback, Object) method returns an IAsyncResult object.