_ImportanceRuleCondition.ConditionType Property
Returns a constant, olConditionImportance, 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 _ImportanceRuleCondition
Dim value As OlRuleConditionType
value = instance.ConditionType
OlRuleConditionType ConditionType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlRuleConditionType
Remarks
The form name rule condition is supported by rules for receiving messages and rules for sending messages. For more information, see Specifying Rule Conditions.
See Also
Reference
_ImportanceRuleCondition Interface