Share via


AccountRuleCondition.ConditionType Property

Outlook Developer Reference

Returns a constant, olConditionAccount, 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 an AccountRuleCondition object.

Remarks

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

See Also