ExchangeServiceBinding.DeleteAttachmentAsync 方法

定义

重载

DeleteAttachmentAsync(DeleteAttachmentType)

方法 DeleteAttachmentAsync(DeleteAttachmentType) 提供对 DeleteAttachment Web 服务方法的异步访问。

DeleteAttachmentAsync(DeleteAttachmentType, Object)

方法 DeleteAttachmentAsync(DeleteAttachmentType, Object) 提供对 DeleteAttachment Web 服务方法的异步访问。

DeleteAttachmentAsync(DeleteAttachmentType)

方法 DeleteAttachmentAsync(DeleteAttachmentType) 提供对 DeleteAttachment Web 服务方法的异步访问。

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

参数

DeleteAttachment1
DeleteAttachmentType

DeleteAttachment 请求。

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于

DeleteAttachmentAsync(DeleteAttachmentType, Object)

方法 DeleteAttachmentAsync(DeleteAttachmentType, Object) 提供对 DeleteAttachment Web 服务方法的异步访问。

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)

参数

DeleteAttachment1
DeleteAttachmentType

DeleteAttachment 请求。

userState
Object

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于