PlaySoundRuleAction.ActionType Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ActionType

expression   A variable that represents a PlaySoundRuleAction object.

Remarks

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

See Also