ExchangeServiceBinding.DeleteAttachmentAsync Method (DeleteAttachmentType)

The DeleteAttachmentAsync method provides asynchronous access to the DeleteAttachment Web service method.

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

Syntax

'Declaration
Public Sub DeleteAttachmentAsync ( _
    DeleteAttachment1 As DeleteAttachmentType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim DeleteAttachment1 As DeleteAttachmentType

instance.DeleteAttachmentAsync(DeleteAttachment1)
public void DeleteAttachmentAsync(
    DeleteAttachmentType DeleteAttachment1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.