_RuleActions.PlaySound Propriété

Définition

Retourne un PlaySoundRuleAction objet avec ActionType la valeur olRuleActionNotifyRead. En lecture seule.

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

Valeur de propriété

Remarques

Utilisez l’objet PlaySoundRuleAction renvoyé lors de l’énumération des actions de règle d’une règle existante ou lors de la création d’une règle qui spécifie la lecture d’un fichier audio en tant qu’action.

Cette propriété de la RuleActions collection renvoie toujours un objet PlaySoundRuleAction que la règle associée à cette collection RuleActions ait défini ou non une telle action de règle. Si la règle a défini et activé une telle action de règle, Enabled la valeur est True.

S’applique à