ExchangeServiceBinding.EndCreateFolder(IAsyncResult) メソッド

定義

メソッドは EndCreateFolder(IAsyncResult) 、非同期 CreateFolder(CreateFolderType) 呼び出しを終了するために使用されます。

public:
 ExchangeWebServices::CreateFolderResponseType ^ EndCreateFolder(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CreateFolderResponseType EndCreateFolder (IAsyncResult asyncResult);
Public Function EndCreateFolder (asyncResult As IAsyncResult) As CreateFolderResponseType

パラメーター

asyncResult
IAsyncResult

戻り値

メソッドは EndCreateFolder(IAsyncResult) オブジェクトを CreateFolderResponseType 返します。

適用対象