Share via


ExchangeServiceBinding.CreateAttachmentAsync Method (CreateAttachmentType)

The CreateAttachmentAsync method provides asynchronous access to the CreateAttachment Web service method.

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

Syntax

'Declaration
Public Sub CreateAttachmentAsync ( _
    CreateAttachment1 As CreateAttachmentType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateAttachment1 As CreateAttachmentType

instance.CreateAttachmentAsync(CreateAttachment1)
public void CreateAttachmentAsync(
    CreateAttachmentType CreateAttachment1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.