_AccountRuleCondition.ConditionType プロパティ

定義

規則条件の種類を示す列挙からOlRuleConditionType定数 olConditionAccount を返します。 読み取り専用です。

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

プロパティ値

注釈

アカウントのルールの条件は、メッセージを受信するルール、およびメッセージを送信するルールでサポートされています。 詳細については、「ルール条件の指定」を参照してください。

適用対象