NewItemAlertRuleAction Object

Outlook Developer Reference

Represents an action that displays a new item alert to the user.

Version Information
 Version Added:  Outlook 2007

Remarks

NewItemAlertRuleAction is derived from the RuleAction object. Each rule is associated with a RuleActions object which has a NewItemAlert property. The NewItemAlert property always returns a NewItemAlertRuleAction object. If the rule has an enabled rule action that displays the specified alert in the New item Alert dialog box, then NewItemAlertRuleAction.Enabled would be True.

For more information on specifying rule actions, see Specify Rule Actions.

See Also