_AddressRuleCondition.ConditionType 属性

定义

从枚举返回一个常量, OlRuleConditionType 该常量指示规则条件的类型。 只读。

public:
 property Microsoft::Office::Interop::Outlook::OlRuleConditionType ConditionType { Microsoft::Office::Interop::Outlook::OlRuleConditionType get(); };
public Microsoft.Office.Interop.Outlook.OlRuleConditionType ConditionType { get; }
Public ReadOnly Property ConditionType As OlRuleConditionType

属性值

注解

对象 AddressRuleConditionolRuleSendolRuleReceive 类型的规则使用。 如果该规则是作为 olRuleSend 规则创建的,则相关联的 AddressRuleCondition 对象的类型为 olConditionSenderAddress。 如果该规则是作为 olRuleReceive 规则创建的,则相关联的 AddressRuleCondition 对象的类型为 olConditionRecipientAddress

这但是并不意味着该规则始终具有定义的规则条件的发件人或收件人的地址。 无论是否存在此类定义或已启用规则条件, AddressRuleCondition.ConditionType 属性总是初始化后创建相关联的规则。 有关规则条件的详细信息,请参阅 指定规则条件

适用于