_RuleConditions.HasAttachment プロパティ

定義

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

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

プロパティ値

注釈

ルールの条件や、既存のルールの例外条件を列挙するとき、または、条件または例外条件のメッセージに添付ファイルがあることを指定する新しいルールを作成するときは、返される RuleCondition オブジェクトを使用します。

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

適用対象