_RuleConditions.SenderInAddressList プロパティ

定義

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

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

プロパティ値

注釈

SenderInAddressListRuleCondition オブジェクトは、ルールの条件や、既存のルールの例外条件を列挙するとき、または、条件または例外条件で指定されたアドレス一覧は、送信者を指定する新しいルールを作成するに使用します。

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

適用対象