次の方法で共有


_RuleActions.NewItemAlert プロパティ

定義

NewItemAlertRuleActionolRuleActionNewItemAlert である オブジェクトを返しますActionType。 読み取り専用です。

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

プロパティ値

注釈

NewItemAlertRuleAction オブジェクトは、処理として新着アイテムの通知を表示する新しいルールを作成する場合または既存のルールのルールの処理を列挙するときに使用します。

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

適用対象