_RuleConditions.SenderAddress 属性

定义

返回具有 AddressRuleConditionolConditionSenderAddress 的 的对象ConditionType。 只读。

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

属性值

注解

枚举的规则条件或例外条件的现有规则,或者在创建一个新规则来指定的条件或例外条件时,发件人地址包含指定的文本,请使用返回的 AddressRuleCondition 对象。

无论与此 RuleConditions 集合关联的规则是否定义了此类规则条件,集合的RuleActions此属性始终返回 AddressRuleCondition 对象。 如果规则已定义并启用此类规则条件,则 EnabledTrue

适用于