_RuleConditions.RecipientAddress プロパティ

定義

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

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

プロパティ値

注釈

ルールの条件や、既存のルールの例外条件を列挙するとき、または受信者のアドレスに指定したテキストが含まれている条件または例外条件を指定する新しいルールを作成する、 取得した AddressRuleCondition オブジェクトを使用します。

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

適用対象