_RuleConditions.Importance Property

Definition

Returns an ImportanceRuleCondition object with an ConditionType of olConditionImportance. Read-only.

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

Property Value

Remarks

Use the returned ImportanceRuleCondition 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 the message is of the specified level of importance.

This property of the RuleConditions collection always returns an ImportanceRuleCondition object regardless of whether the rule associated with this RuleConditions collection has defined such a rule condition. If the rule has defined and enabled such a rule condition, then Enabled will be True.

Applies to