_RuleActions Members
Include Protected Members
Include Inherited Members
This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see RuleActions.
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. | |
AssignToCategory | Returns an AssignToCategoryRuleAction object with _AssignToCategoryRuleAction.ActionType being olRuleAssignToCategory. Read-only. | |
CC | Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionCcMessage. Read-only. | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. | |
ClearCategories | Returns a RuleAction object with a _RuleAction.ActionType of olRuleActionClearCategories. Read-only. | |
CopyToFolder | Returns a MoveOrCopyRuleAction object with _MoveOrCopyRuleAction.ActionType being olRuleActionCopyToFolder. Read-only. | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. | |
Delete | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDelete. Read-only. | |
DeletePermanently | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDeletePermanently. Read-only. | |
DesktopAlert | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionDesktopAlert. Read-only. | |
Forward | Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionForward. Read-only. | |
ForwardAsAttachment | Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionForwardAsAttachment. Read-only. | |
Item | Obtains a RuleAction object specified by Index which is a numerical index into the RuleActions collection. | |
MarkAsTask | Returns a MarkAsTaskRuleAction object with _MarkAsTaskRuleAction.ActionType being olRuleActionMarkAsTask. Read-only. | |
MoveToFolder | Returns a MoveOrCopyRuleAction object with _MoveOrCopyRuleAction.ActionType being olRuleActionMoveToFolder. Read-only. | |
NewItemAlert | Returns a NewItemAlertRuleAction object with ActionType being olRuleActionNewItemAlert. Read-only. | |
NotifyDelivery | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionNotifyDelivery. Read-only. | |
NotifyRead | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionNotifyRead. Read-only. | |
Parent | Returns the parent Object of the specified object. Read-only. | |
PlaySound | Returns a PlaySoundRuleAction object with _PlaySoundRuleAction.ActionType being olRuleActionNotifyRead. Read-only. | |
Redirect | Returns a SendRuleAction object with _SendRuleAction.ActionType being olRuleActionRedirect. Read-only. | |
Session | Returns the NameSpace object for the current session. Read-only. | |
Stop | Returns a RuleAction object with _RuleAction.ActionType being olRuleActionStop. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | (Inherited from IEnumerable.) |
Top