_CategoryRuleCondition.ConditionType Property

Returns a constant, olConditionCategory, from the OlRuleConditionType enumeration that indicates the type of rule condition. Read-only.

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

Syntax

'Declaration
ReadOnly Property ConditionType As OlRuleConditionType
    Get
'Usage
Dim instance As _CategoryRuleCondition
Dim value As OlRuleConditionType

value = instance.ConditionType
OlRuleConditionType ConditionType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRuleConditionType

Remarks

The category rule condition is supported by rules for receiving messages and rules for sending messages. For more information, see Specifying Rule Conditions.

See Also

Reference

_CategoryRuleCondition Interface

_CategoryRuleCondition Members

Microsoft.Office.Interop.Outlook Namespace