_RuleConditions.Account プロパティ

定義

AccountRuleConditionolConditionAccount の オブジェクトをConditionType返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Outlook::AccountRuleCondition ^ Account { Microsoft::Office::Interop::Outlook::AccountRuleCondition ^ get(); };
public Microsoft.Office.Interop.Outlook.AccountRuleCondition Account { get; }
Public ReadOnly Property Account As AccountRuleCondition

プロパティ値

注釈

ルールの条件や、既存のルールの例外条件を列挙するとき、または、条件または例外条件のメッセージを送信する、指定されたアカウント経由で受信したことを指定する新しいルールを作成するときは、取得した AccountRuleCondition オブジェクトを使用します。

コレクションのRuleActionsこのプロパティは、この RuleConditions コレクションに関連付けられているルールでこのようなルール条件が定義されているかどうかに関係なく、AccountRuleCondition オブジェクトを常に返します。 ルールがそのようなルール条件を定義して有効にしている場合は、EnabledTrue になります。

適用対象