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