_RuleConditions インターフェイス

定義

これは、対応する COM オブジェクトとの相互運用性のためにマネージド コードで必要な COM コクラスのプライマリ インターフェイスです。 このプライマリ インターフェイスは、使用するメソッドが COM オブジェクトのイベントと同じ名前を共有する場合にのみ使用します。この場合、このインターフェイスにキャストして メソッドを呼び出し、最新のイベント インターフェイスにキャストしてイベントに接続します。 それ以外の場合は、COM コクラスから派生した .NET インターフェイスを使用して、COM オブジェクトのメソッド、プロパティ、イベントにアクセスします。 COM オブジェクトの詳細については、「」を参照してください RuleConditions

public interface class _RuleConditions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000630D8-0000-0000-C000-000000000046")]
public interface _RuleConditions : System.Collections.IEnumerable
Public Interface _RuleConditions
Implements IEnumerable
派生
属性
実装

プロパティ

Account

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

AnyCategory

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

Application

オブジェクトの Application 親 Outlook アプリケーションを表す オブジェクトを返します。 読み取り専用です。

Body

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

BodyOrSubject

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

Category

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

CC

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

Class

オブジェクトのクラスを OlObjectClass 示す定数を返します。 読み取り専用です。

Count

指定したコレクション内のオブジェクトの数を示す Integer (C#では int ) の値を返します。 読み取り専用です。

FormName

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

From

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

FromAnyRSSFeed

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

FromRssFeed

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

HasAttachment

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

Importance

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

Item[Int32]

指定されたIndexオブジェクトをRuleCondition取得します。このオブジェクトは、コレクション内のRuleConditions数値インデックスです。

MeetingInviteOrUpdate

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

MessageHeader

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

NotTo

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

OnLocalMachine

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

OnlyToMe

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

OnOtherMachine

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

Parent

指定されたオブジェクトの親 Object を取得します。 読み取り専用です。

RecipientAddress

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

SenderAddress

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

SenderInAddressList

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

SentTo

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

Session

現在のセッションの NameSpace オブジェクトを返します。 読み取り専用です。

Subject

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

ToMe

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

ToOrCc

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

適用対象