Share via


ExchangeServiceBinding.EndCreateAttachment Method

The EndCreateAttachment method is used to end an asynchronous CreateAttachment call.

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

Syntax

'Declaration
Public Function EndCreateAttachment ( _
    asyncResult As IAsyncResult _
) As CreateAttachmentResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As CreateAttachmentResponseType

returnValue = instance.EndCreateAttachment(asyncResult)
public CreateAttachmentResponseType EndCreateAttachment(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: ExchangeWebServices.CreateAttachmentResponseType
The EndCreateAttachment method returns a CreateAttachmentResponseType object.