ExchangeServiceBinding.BeginDeleteAttachment Method

Definition

public:
 IAsyncResult ^ BeginDeleteAttachment(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginDeleteAttachment (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1, AsyncCallback callback, object asyncState);
Public Function BeginDeleteAttachment (DeleteAttachment1 As DeleteAttachmentType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

DeleteAttachment1
DeleteAttachmentType
callback
AsyncCallback
asyncState
Object

Returns

The BeginDeleteAttachment(DeleteAttachmentType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to