ExchangeServiceBinding.EndDeleteAttachment(IAsyncResult) Method

Definition

The EndDeleteAttachment(IAsyncResult) method is used to end an asynchronous DeleteAttachment(DeleteAttachmentType) call.

public:
 ExchangeWebServices::DeleteAttachmentResponseType ^ EndDeleteAttachment(IAsyncResult ^ asyncResult);
public ExchangeWebServices.DeleteAttachmentResponseType EndDeleteAttachment (IAsyncResult asyncResult);
Public Function EndDeleteAttachment (asyncResult As IAsyncResult) As DeleteAttachmentResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndDeleteAttachment(IAsyncResult) method returns a DeleteAttachmentResponseType object.

Applies to