ExchangeServiceBinding.GetAttachmentAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)」を参照してください。