AddressRuleCondition.Address property (Outlook)

Returns or sets an array of String elements to evaluate the address rule condition. Read/write.

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

AddressRuleCondition Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.