_RuleActions.PlaySound Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.