_RuleCondition.ConditionType プロパティ

定義

オブジェクトの条件の種類を OlRuleConditionType 示す列挙型の定数を RuleCondition 返します。 読み取り専用です。

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

プロパティ値

注釈

プログラムによるルールの作成でサポートされるルール条件、メッセージを受信するためのルールでサポートされる条件、およびメッセージを送信するためのルールでサポートされるルールの詳細については、「ルール条件の指定」を参照してください。

適用対象