Share via


SenderInAddressListRuleCondition.ConditionType Property

Outlook Developer Reference

Returns a constant, olConditionSenderInAddressBook, 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 SenderInAddressListRuleCondition object.

Remarks

The rule condition that the sender must be in the address list is supported only by rules for receiving messages. For more information, see Specify Rule Conditions.

See Also