ExchangeServiceBinding.GetAttachmentCompleted Event

The GetAttachmentCompleted event occurs when an asynchronous GetAttachment operation is complete.

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

Syntax

'Declaration
Public Event GetAttachmentCompleted As GetAttachmentCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As GetAttachmentCompletedEventHandler

AddHandler instance.GetAttachmentCompleted, handler
public event GetAttachmentCompletedEventHandler GetAttachmentCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.