ExchangeServiceBinding.EndDeleteItem Method
The EndDeleteItem method is used to end an asynchronous DeleteItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndDeleteItem ( _
asyncResult As IAsyncResult _
) As DeleteItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As DeleteItemResponseType
returnValue = instance.EndDeleteItem(asyncResult)
public DeleteItemResponseType EndDeleteItem(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.DeleteItemResponseType
The EndDeleteItem method returns a DeleteItemResponseType object.