Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.97 KB

Outlook.TextRuleCondition.md

File metadata and controls

45 lines (29 loc) · 1.97 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TextRuleCondition object (Outlook)
vbaol11.chm3183
vbaol11.chm3183
Outlook.TextRuleCondition
87e9ca00-7577-02c2-fb6f-a5dc2054ad8b
06/08/2017
medium

TextRuleCondition object (Outlook)

Represents a rule condition that the part of the message, which can be the body, header, or subject, as specified by TextRuleCondition.ConditionType, contains the words specified in TextRuleCondition.Text.

Remarks

TextRuleCondition is derived from the RuleCondition object. Each rule is associated with a RuleConditions object which has the following properties: Body, BodyOrSubject, MessageHeader, and Subject. Each of these properties always returns a TextRuleCondition object. TextRuleCondition.ConditionType distinguishes among these rule conditions. If the rule has any of these rule conditions enabled, then TextRuleCondition.Enabled would be True.

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

Properties

Name
Application
Class
ConditionType
Enabled
Parent
Session
Text

See also

Outlook Object Model Reference

[!includeSupport and feedback]