Share via


_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
<DispIdAttribute()> _
ReadOnly Property ActionType As OlRuleActionType
    Get
'Usage
Dim instance As _RuleAction
Dim value As OlRuleActionType

value = instance.ActionType
[DispIdAttribute()]
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.

See Also

Reference

_RuleAction Interface

_RuleAction Members

Microsoft.Office.Interop.Outlook Namespace