_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 此属性始终返回 SenderInAddressListRuleCondition 对象,而不管与此 RuleConditions 集合关联的规则是否定义了此类规则条件。 如果规则已定义并启用此类规则条件,则 EnabledTrue

适用于