SenderInAddressListRuleCondition Object

Outlook Developer Reference

Represents a rule condition that the sender's address is in the address list specified in AddressRuleCondition.Address.

Version Information
 Version Added:  Outlook 2007

Remarks

SenderInAddressListRuleCondition is derived from the RuleCondition object. Each rule is associated with a RuleConditions object which has a SenderInAddressList property. The SenderInAddressList property always returns a SenderInAddressListRuleCondition object. If the rule has any of these rule conditions enabled, then SenderInAddressListRuleCondition.Enabled would be True.

For more information on specifying rule conditions, see Specify Rule Conditions.

See Also