FolderPermissionCollection クラス

定義

フォルダーのアクセス許可のコレクションを表します。

public ref class FolderPermissionCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::FolderPermission ^>
public sealed class FolderPermissionCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.FolderPermission>
Public NotInheritable Class FolderPermissionCollection
Inherits ComplexPropertyCollection(Of FolderPermission)
継承

注釈

Exchange Onlineを対象とする場合、Office 365の一部としてExchange Onlineし、Exchange 2013 以降のオンプレミスバージョンの Exchange では、フォルダーのアクセス許可はプロパティ セットでFirstClassProperties返されません。 フォルダーのアクセス許可を取得するには、フォルダーにバインドするときに プロパティ セットに プロパティを追加 Permissions します。

プロパティ

Count

コレクション内のプロパティの合計数を取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

指定したインデックス位置にある プロパティを取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
UnknownEntries

コレクション内の不明なユーザー ID の一覧を取得します。

メソッド

Add(FolderPermission)

コレクションにアクセス許可を追加します。

AddRange(IEnumerable<FolderPermission>)

指定したアクセス許可をコレクションに追加します。

Clear()

このコレクションをクリアします。

Contains(TComplexProperty)

特定のプロパティがコレクション内にあるかどうかを判断します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

特定のプロパティを検索し、コレクション内の 0 から始まるインデックスを返します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
Remove(FolderPermission)

コレクションからアクセス許可を削除します。

RemoveAt(Int32)

コレクションからアクセス許可を削除します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。 このIEnumerable.GetEnumerator()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

(継承元 ComplexPropertyCollection<TComplexProperty>)

適用対象