_RuleCondition.ConditionType Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ConditionType As OlRuleConditionType
    Get
'Usage
Dim instance As _RuleCondition
Dim value As OlRuleConditionType

value = instance.ConditionType
[DispIdAttribute()]
OlRuleConditionType ConditionType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRuleConditionType

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.

See Also

Reference

_RuleCondition Interface

_RuleCondition Members

Microsoft.Office.Interop.Outlook Namespace