_RuleAction.ActionType Property
Returns a constant from the OlRuleActionType enumeration that indicates the type of action that is taken by the RuleAction. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property ActionType As OlRuleActionType
Get
'Usage
Dim instance As _RuleAction
Dim value As OlRuleActionType
value = instance.ActionType
OlRuleActionType ActionType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlRuleActionType
Remarks
For more information on the rule actions supported for programmatic rule creation, those supported for rules for receiving message, and those supported for rules for sending messages, see Specify Rule Actions.