ExchangeServiceBinding.GetAttachmentAsync 方法

定义

重载

GetAttachmentAsync(GetAttachmentType, Object)

方法 GetAttachmentAsync(GetAttachmentType, Object) 提供对 GetAttachment Web 服务方法的异步访问。

GetAttachmentAsync(GetAttachmentType)

方法 GetAttachmentAsync(GetAttachmentType) 提供对 GetAttachment Web 服务方法的异步访问。

GetAttachmentAsync(GetAttachmentType, Object)

方法 GetAttachmentAsync(GetAttachmentType, Object) 提供对 GetAttachment Web 服务方法的异步访问。

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, System::Object ^ userState);
public void GetAttachmentAsync(ExchangeWebServices.GetAttachmentType GetAttachment1, object userState);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType, userState As Object)

参数

GetAttachment1
GetAttachmentType

GetAttachment 请求。

userState
Object

注解

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

适用于

GetAttachmentAsync(GetAttachmentType)

方法 GetAttachmentAsync(GetAttachmentType) 提供对 GetAttachment Web 服务方法的异步访问。

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync(ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)

参数

GetAttachment1
GetAttachmentType

GetAttachment 请求。

注解

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

适用于