_RuleConditions.SenderAddress プロパティ

定義

AddressRuleConditionolConditionSenderAddress の をConditionType持つオブジェクトを返します。 読み取り専用です。

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

プロパティ値

注釈

ルールの条件や、既存のルールの例外条件を列挙するとき、または、または送信者のアドレスに指定したテキストが含まれている例外条件を指定する新しいルールを作成する、 取得した AddressRuleCondition オブジェクトを使用します。

コレクションのRuleActionsこのプロパティは、この RuleConditions コレクションに関連付けられているルールでこのようなルール条件が定義されているかどうかに関係なく、常に AddressRuleCondition オブジェクトを返します。 ルールがそのようなルール条件を定義して有効にしている場合は、EnabledTrue になります。

適用対象