TextRuleCondition.Text Property

Outlook Developer Reference

Returns or sets an array of String elements that represents the text to be evaluated by the rule condition. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Text

expression   A variable that represents a TextRuleCondition object.

Remarks

You can assign an array with one string or multiple strings for evaluation. Multiple text strings assigned in an array are evaluated using the logical OR operation.

See Also