次の方法で共有


_RuleActions.PlaySound プロパティ

定義

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

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

プロパティ値

注釈

アクションとサウンド ファイルの再生を指定する新しいルールを作成する場合または既存のルールのルールの処理を列挙する場合は、返される PlaySoundRuleAction オブジェクトを使用します。

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

適用対象