ExchangeServiceBinding.GetAttachmentAsync Method (GetAttachmentType)

The GetAttachmentAsync method provides asynchronous access to the GetAttachment Web service method.

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

Syntax

'Declaration
Public Sub GetAttachmentAsync ( _
    GetAttachment1 As GetAttachmentType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetAttachment1 As GetAttachmentType

instance.GetAttachmentAsync(GetAttachment1)
public void GetAttachmentAsync(
    GetAttachmentType GetAttachment1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.