Edit

Share via


ExchangeServiceBinding.EndCreateAttachment(IAsyncResult) Method

Definition

The EndCreateAttachment(IAsyncResult) method is used to end an asynchronous CreateAttachment(CreateAttachmentType) call.

public:
 ExchangeWebServices::CreateAttachmentResponseType ^ EndCreateAttachment(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CreateAttachmentResponseType EndCreateAttachment (IAsyncResult asyncResult);
Public Function EndCreateAttachment (asyncResult As IAsyncResult) As CreateAttachmentResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndCreateAttachment(IAsyncResult) method returns a CreateAttachmentResponseType object.

Applies to