ExchangeServiceBinding.EndDeleteAttachment Method

The EndDeleteAttachment method is used to end an asynchronous DeleteAttachment call.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function EndDeleteAttachment ( _
    asyncResult As IAsyncResult _
) As DeleteAttachmentResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As DeleteAttachmentResponseType

returnValue = instance.EndDeleteAttachment(asyncResult)
public DeleteAttachmentResponseType EndDeleteAttachment(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: ExchangeWebServices.DeleteAttachmentResponseType
The EndDeleteAttachment method returns a DeleteAttachmentResponseType object.