ExchangeServiceBinding.BeginGetAttachment 方法

定义

public:
 IAsyncResult ^ BeginGetAttachment(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetAttachment(ExchangeWebServices.GetAttachmentType GetAttachment1, AsyncCallback callback, object asyncState);
Public Function BeginGetAttachment (GetAttachment1 As GetAttachmentType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

GetAttachment1
GetAttachmentType
callback
AsyncCallback
asyncState
Object

返回

方法 BeginGetAttachment(GetAttachmentType, AsyncCallback, Object) 返回 IAsyncResult 对象。

适用于