ExchangeServiceBinding.DeleteAttachmentAsync 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.
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).