Share via


RuleActions Members

Include Protected Members
Include Inherited Members

The RuleActions object contains a set of RuleAction objects or objects derived from RuleAction, representing the actions that are executed on a Rule object.

The RuleActions type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _RuleActions.)
Public property AssignToCategory Returns an AssignToCategoryRuleAction object with _AssignToCategoryRuleAction.ActionType being olRuleAssignToCategory. Read-only. (Inherited from _RuleActions.)
Public property CC Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionCcMessage. Read-only. (Inherited from _RuleActions.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _RuleActions.)
Public property ClearCategories Returns a RuleAction object with a _RuleAction.ActionType of olRuleActionClearCategories. Read-only. (Inherited from _RuleActions.)
Public property CopyToFolder Returns a MoveOrCopyRuleAction object with _MoveOrCopyRuleAction.ActionType being olRuleActionCopyToFolder. Read-only. (Inherited from _RuleActions.)
Public property Count Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _RuleActions.)
Public property Delete Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDelete. Read-only. (Inherited from _RuleActions.)
Public property DeletePermanently Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDeletePermanently. Read-only. (Inherited from _RuleActions.)
Public property DesktopAlert Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDesktopAlert. Read-only. (Inherited from _RuleActions.)
Public property Forward Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionForward. Read-only. (Inherited from _RuleActions.)
Public property ForwardAsAttachment Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionForwardAsAttachment. Read-only. (Inherited from _RuleActions.)
Public property Item Obtains a RuleAction object specified by Index which is a numerical index into the RuleActions collection. (Inherited from _RuleActions.)
Public property MarkAsTask Returns a MarkAsTaskRuleAction object with _MarkAsTaskRuleAction.ActionType being olRuleActionMarkAsTask. Read-only. (Inherited from _RuleActions.)
Public property MoveToFolder Returns a MoveOrCopyRuleAction object with _MoveOrCopyRuleAction.ActionType being olRuleActionMoveToFolder. Read-only. (Inherited from _RuleActions.)
Public property NewItemAlert Returns a NewItemAlertRuleAction object with ActionType being olRuleActionNewItemAlert. Read-only. (Inherited from _RuleActions.)
Public property NotifyDelivery Returns a RuleAction object with _RuleAction.ActionType being olRuleActionNotifyDelivery. Read-only. (Inherited from _RuleActions.)
Public property NotifyRead Returns a RuleAction object with _RuleAction.ActionType being olRuleActionNotifyRead. Read-only. (Inherited from _RuleActions.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _RuleActions.)
Public property PlaySound Returns a PlaySoundRuleAction object with _PlaySoundRuleAction.ActionType being olRuleActionNotifyRead. Read-only. (Inherited from _RuleActions.)
Public property Redirect Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionRedirect. Read-only. (Inherited from _RuleActions.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _RuleActions.)
Public property Stop Returns a RuleAction object with _RuleAction.ActionType being olRuleActionStop. Read-only. (Inherited from _RuleActions.)

Top

See Also

Reference

RuleActions Interface

Microsoft.Office.Interop.Outlook Namespace