ExchangeServiceBinding.BeginDeleteAttachment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BeginDeleteAttachment(DeleteAttachmentType, AsyncCallback, Object) method is used to begin an asynchronous DeleteAttachment(DeleteAttachmentType) call.
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.