RuleCollection クラス

定義

ルールのコレクションを表します。

public ref class RuleCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::Rule ^>
public sealed class RuleCollection : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.Rule>
Public NotInheritable Class RuleCollection
Inherits ComplexProperty
Implements IEnumerable(Of Rule)
継承
RuleCollection
実装

プロパティ

Count

規則コレクション内の規則の数を取得します。

Item[Int32]

コレクション内の指定したインデックス位置にあるルールを取得します。

OutlookRuleBlobExists

ユーザーのメールボックスに Microsoft Outlook ルール BLOB が存在するかどうかを示す値を取得します。

メソッド

GetEnumerator()

コレクション内のオブジェクトを反復処理できる列挙子を返します。

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

IEnumerable.GetEnumerator()

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

適用対象