_PlaySoundRuleAction.ActionType Property

Returns a constant, olRuleActionPlaySound, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ActionType As OlRuleActionType
    Get
'Usage
Dim instance As _PlaySoundRuleAction
Dim value As OlRuleActionType

value = instance.ActionType
[DispIdAttribute()]
OlRuleActionType ActionType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRuleActionType

Remarks

The sound playing rule action is supported only by rules for receiving messages. For more information, see Specify Rule Actions.

See Also

Reference

_PlaySoundRuleAction Interface

_PlaySoundRuleAction Members

Microsoft.Office.Interop.Outlook Namespace