_FormNameRuleCondition.ConditionType Property
Returns a constant, olConditionFormName, 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
<DispIdAttribute()> _
ReadOnly Property ConditionType As OlRuleConditionType
Get
'Usage
Dim instance As _FormNameRuleCondition
Dim value As OlRuleConditionType
value = instance.ConditionType
[DispIdAttribute()]
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
_FormNameRuleCondition Interface