AddressRuleCondition.Address Property
Outlook Developer Reference |
Returns or sets an array of String elements to evaluate the address rule condition. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Address
expression A variable that represents an AddressRuleCondition object.
Remarks
You can assign an array with one element to evaluate a single address or an array of multiple strings to evaluate multiple addresses. Multiple address strings assigned in an array are evaluated using the logical OR operation.
If a string specified by Address is contained in the recipient or sender address, the condition evaluates to True.
See Also