This topic has not yet been rated - Rate this topic

_RuleActions.DesktopAlert Property (Microsoft.Office.Interop.Outlook)

Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDesktopAlert. Read-only.

Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
RuleAction DesktopAlert { get; }

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

This property of the RuleActions collection always returns a RuleAction 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 _MoveOrCopyRuleAction.Enabled will be True.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.