ExchangeServiceBinding.EndGetAttachment(IAsyncResult) Method

Definition

The EndGetAttachment(IAsyncResult) method is used to end an asynchronous GetAttachment(GetAttachmentType) call.

public:
 ExchangeWebServices::GetAttachmentResponseType ^ EndGetAttachment(IAsyncResult ^ asyncResult);
public ExchangeWebServices.GetAttachmentResponseType EndGetAttachment (IAsyncResult asyncResult);
Public Function EndGetAttachment (asyncResult As IAsyncResult) As GetAttachmentResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndGetAttachment(IAsyncResult) method returns a GetAttachmentResponseType object.

Applies to