_TextRuleCondition.ConditionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a constant from the OlRuleConditionType enumeration that indicates the type of rule condition. Read-only.
public:
property Microsoft::Office::Interop::Outlook::OlRuleConditionType ConditionType { Microsoft::Office::Interop::Outlook::OlRuleConditionType get(); };
public Microsoft.Office.Interop.Outlook.OlRuleConditionType ConditionType { get; }
Public ReadOnly Property ConditionType As OlRuleConditionType
Property Value
Remarks
The value of ConditionType depends on the type of rule condition, as several types of rule conditions use the TextRuleCondition object: olConditionBody, olConditionBodyOrSubject, olConditionMessageHeader, and olConditionSubject. Except for olConditionMessageHeader, which is supported only by rules for receiving messages, all these types of conditions are supported by rules for receiving messages as well as rules for sending messages. For more information, see Specifying Rule Conditions