ExchangeServiceBinding.GetAttachmentAsync Method (GetAttachmentType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetAttachment1 As GetAttachmentType
Dim userState As Object

instance.GetAttachmentAsync(GetAttachment1, _
    userState)
public void GetAttachmentAsync(
    GetAttachmentType GetAttachment1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.