RuleActions Object Members

Outlook Developer Reference

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

Methods

  Name Description
Bb176774.methods(en-us,office.12).gif Item Obtains a RuleAction object specified by Index which is a numerical index into the RuleActions collection.

Properties

  Name Description
Bb176774.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176774.properties(en-us,office.12).gif AssignToCategory Returns an AssignToCategoryRuleAction object with AssignToCategoryRuleAction.ActionType being olRuleAssignToCategory. Read-only.
Bb176774.properties(en-us,office.12).gif CC Returns a SendRuleAction object with SendRuleAction.ActionType being olRuleActionCcMessage. Read-only.
Bb176774.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176774.properties(en-us,office.12).gif ClearCategories Returns a RuleAction object with a RuleAction.ActionType of olRuleActionClearCategories. Read-only.
Bb176774.properties(en-us,office.12).gif CopyToFolder Returns a MoveOrCopyRuleAction object with MoveOrCopyRuleAction.ActionType being olRuleActionCopyToFolder. Read-only.
Bb176774.properties(en-us,office.12).gif Count Returns a Long indicating the count of objects in the specified collection. Read-only.
Bb176774.properties(en-us,office.12).gif Delete Returns a RuleAction object with RuleAction.ActionType being olRuleActionDelete. Read-only.
Bb176774.properties(en-us,office.12).gif DeletePermanently Returns a RuleAction object with RuleAction.ActionType being olRuleActionDeletePermanently. Read-only.
Bb176774.properties(en-us,office.12).gif DesktopAlert Returns a RuleAction object with RuleAction.ActionType being olRuleActionDesktopAlert. Read-only.
Bb176774.properties(en-us,office.12).gif Forward Returns a SendRuleAction object with SendRuleAction.ActionType being olRuleActionForward. Read-only.
Bb176774.properties(en-us,office.12).gif ForwardAsAttachment Returns a SendRuleAction object with SendRuleAction.ActionType being olRuleActionForwardAsAttachment. Read-only.
Bb176774.properties(en-us,office.12).gif MarkAsTask Returns a MarkAsTaskRuleAction object with MarkAsTaskRuleAction.ActionType being olRuleActionMarkAsTask. Read-only.
Bb176774.properties(en-us,office.12).gif MoveToFolder Returns a MoveOrCopyRuleAction object with MoveOrCopyRuleAction.ActionType being olRuleActionMoveToFolder. Read-only.
Bb176774.properties(en-us,office.12).gif NewItemAlert Returns a NewItemAlertRuleAction object with ActionType being olRuleActionNewItemAlert. Read-only.
Bb176774.properties(en-us,office.12).gif NotifyDelivery Returns a RuleAction object with RuleAction.ActionType being olRuleActionNotifyDelivery. Read-only.
Bb176774.properties(en-us,office.12).gif NotifyRead Returns a RuleAction object with RuleAction.ActionType being olRuleActionNotifyRead. Read-only.
Bb176774.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176774.properties(en-us,office.12).gif PlaySound Returns a PlaySoundRuleAction object with PlaySoundRuleAction.ActionType being olRuleActionNotifyRead. Read-only.
Bb176774.properties(en-us,office.12).gif Redirect Returns a SendRuleAction object with SendRuleAction.ActionType being olRuleActionRedirect. Read-only.
Bb176774.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176774.properties(en-us,office.12).gif Stop Returns a RuleAction object with RuleAction.ActionType being olRuleActionStop. Read-only.