AddressRuleCondition.ConditionType Property (Outlook)

Returns a constant 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 AddressRuleCondition object.

Remarks

The AddressRuleCondition object is used by rules of types olRuleSend and olRuleReceive. If the rule is created as an olRuleSend rule, then the type of the associated AddressRuleCondition object will be olConditionSenderAddress. If the rule is created as an olRuleReceive rule, then the type of the associated AddressRuleCondition object will be olConditionRecipientAddress.

This however does not mean that the rule always has a defined rule condition for sender or recipient addresses. Regardless of whether there exists such a defined or enabled rule condition, the AddressRuleCondition.ConditionType property is always initialized once the associated rule is created. For more information on rule conditions, see Specify Rule Conditions.

See Also

Concepts

AddressRuleCondition Object Members

AddressRuleCondition Object