_RuleConditions.Body 属性

定义

返回具有 TextRuleConditionolConditionBody 的 的对象ConditionType。 只读。

public:
 property Microsoft::Office::Interop::Outlook::TextRuleCondition ^ Body { Microsoft::Office::Interop::Outlook::TextRuleCondition ^ get(); };
public Microsoft.Office.Interop.Outlook.TextRuleCondition Body { get; }
Public ReadOnly Property Body As TextRuleCondition

属性值

注解

枚举的规则条件或例外条件的现有规则,或者在创建一个新规则来指定的条件或例外条件时,特定的文本是在邮件正文中使用返回的 TextRuleCondition 对象。

集合的 RuleActions 此属性始终返回 TextRuleCondition 对象,而不管与此 RuleConditions 集合关联的规则是否已定义此类规则条件。 如果规则已定义并启用此类规则条件,则 EnabledTrue

适用于