_RuleCondition.ConditionType Property

Definition

Returns a constant in the OlRuleConditionType enumeration that indicates the type of condition for the RuleCondition object. Read-only.

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

Property Value

Remarks

For more information on the rule conditions supported for programmatic rule creation, those supported for rules for receiving message, and those supported for rules for sending messages, see Specifying Rule Conditions

Applies to