Share via


_RuleActions.NewItemAlert Property

Returns a NewItemAlertRuleAction object with ActionType being olRuleActionNewItemAlert. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property NewItemAlert As NewItemAlertRuleAction
    Get
'Usage
Dim instance As _RuleActions
Dim value As NewItemAlertRuleAction

value = instance.NewItemAlert
[DispIdAttribute()]
NewItemAlertRuleAction NewItemAlert { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction

Remarks

Use the returned NewItemAlertRuleAction object when enumerating the rule actions of an existing rule or when creating a new rule that specifies displaying an alert for a new item as an action.

This property of the RuleActions collection always returns a NewItemAlertRuleAction object regardless of whether the rule associated with this RuleActions collection has defined such a rule action. If the rule has defined and enabled such a rule action, then _NewItemAlertRuleAction.Enabled will be True.

See Also

Reference

_RuleActions Interface

_RuleActions Members

Microsoft.Office.Interop.Outlook Namespace