FormNameRuleCondition.ConditionType Property
Outlook Developer Reference |
Returns a constant, olConditionFormName, from the OlRuleConditionType enumeration that indicates the type of rule condition. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.ConditionType
expression A variable that represents a FormNameRuleCondition object.
Remarks
The form name rule condition is supported by rules for receiving messages and rules for sending messages. For more information, see Specify Rule Conditions.
See Also