次の方法で共有


CreateFolderCompletedEventArgs.Result プロパティ

定義

プロパティは Result 、非同期の CreateFolderResponseType CreateFolder 呼び出しのオブジェクトを取得します。

public:
 property ExchangeWebServices::CreateFolderResponseType ^ Result { ExchangeWebServices::CreateFolderResponseType ^ get(); };
public ExchangeWebServices.CreateFolderResponseType Result { get; }
Public ReadOnly Property Result As CreateFolderResponseType

プロパティ値

Result プロパティは CreateFolderResponseType オブジェクトを返します。

注釈

非同期 Exchange Web サービスの例については、 メソッドを FindFolderAsync(FindFolderType) 参照してください。

適用対象