_RuleConditions.ToOrCc 属性

定义

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

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

属性值

注解

Use the returned RuleCondition object when enumerating the rule conditions or exception conditions of an existing rule, or when creating a new rule that specifies the condition or exception condition that your name is in the To or Cc box.

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

适用于