ExchangeServiceBinding.DeleteAttachmentAsync Method

Definition

Overloads

DeleteAttachmentAsync(DeleteAttachmentType)

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

DeleteAttachmentAsync(DeleteAttachmentType, Object)

The DeleteAttachmentAsync(DeleteAttachmentType, Object) method provides asynchronous access to the DeleteAttachment Web service method.

DeleteAttachmentAsync(DeleteAttachmentType)

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

public:
 void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType)

Parameters

DeleteAttachment1
DeleteAttachmentType

The DeleteAttachment request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

DeleteAttachmentAsync(DeleteAttachmentType, Object)

The DeleteAttachmentAsync(DeleteAttachmentType, Object) method provides asynchronous access to the DeleteAttachment Web service method.

public:
 void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1, System::Object ^ userState);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1, object userState);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType, userState As Object)

Parameters

DeleteAttachment1
DeleteAttachmentType

The DeleteAttachment request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to