_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 对象。

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

适用于