ExchangeServiceBinding.DeleteAttachmentCompleted Event

The DeleteAttachmentCompleted event occurs when an asynchronous DeleteAttachment operation is complete.

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

Syntax

'Declaration
Public Event DeleteAttachmentCompleted As DeleteAttachmentCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As DeleteAttachmentCompletedEventHandler

AddHandler instance.DeleteAttachmentCompleted, handler
public event DeleteAttachmentCompletedEventHandler DeleteAttachmentCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.