次の方法で共有


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)」を参照してください。

適用対象