次の方法で共有


FindFolderType.ParentFolderIds プロパティ

定義

プロパティは ParentFolderIds 、FindFolder 操作で検索するフォルダーを取得または設定します。 このプロパティは必須です。 これは、読み取り/書き込みプロパティです。

public:
 property cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ ParentFolderIds { cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ value); };
public ExchangeWebServices.BaseFolderIdType[] ParentFolderIds { get; set; }
Public Property ParentFolderIds As BaseFolderIdType()

プロパティ値

プロパティは ParentFolderIds 、検索する FindFolder 操作のすべてのフォルダーの識別子を含むオブジェクトの配列 BaseFolderIdType を返します。

注釈

プロパティはParentFolderIds、または DistinguishedFolderIdType オブジェクトのFolderIdType配列で設定できます。 これらの型はどちらも、抽象クラスである を拡張 BaseFolderIdTypeします。

適用対象