Compartir a través de


_RuleActions.PlaySound Propiedad

Definición

Devuelve un PlaySoundRuleAction objeto con ActionTypela propiedad olRuleActionNotifyRead. Solo lectura.

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

Valor de propiedad

Comentarios

Utilice el objeto PlaySoundRuleAction devuelto para enumerar las acciones de regla de una regla existente o para crear una nueva regla que consista en reproducir un archivo de sonido como una acción.

Esta propiedad de la RuleActions colección siempre devuelve un objeto PlaySoundRuleAction independientemente de si la regla asociada a esta colección RuleActions ha definido dicha acción de regla. Si la regla ha definido y habilitado dicha acción de regla, Enabled será True.

Se aplica a