_SenderInAddressListRuleCondition.ConditionType プロパティ

定義

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

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

プロパティ値

注釈

送信者がアドレス一覧に含まれていなければならないというルールの条件は、メッセージの受信のルールでのみサポートされます。 詳細については、「ルール条件の指定」を参照してください。

適用対象