Compartilhar via


_RuleActions.PlaySound Propriedade

Definição

Retorna um PlaySoundRuleAction objeto com ActionTypeolRuleActionNotifyRead. Somente leitura.

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 da propriedade

Comentários

Use o objeto PlaySoundRuleAction retornado quando for enumerar as ações de regra de uma regra existente ou criar uma nova regra que especifica a reprodução de um arquivo de som como uma ação.

Essa propriedade da RuleActions coleção sempre retorna um objeto PlaySoundRuleAction independentemente de a regra associada a essa coleção RuleActions ter definido tal ação de regra. Se a regra tiver definido e habilitado tal ação de regra, será EnabledTrue.

Aplica-se a