Share via


_AssignToCategoryRuleAction.ActionType Property

Returns a constant, olRuleActionAssignToCategory, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. 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 _AssignToCategoryRuleAction
Dim value As OlRuleActionType

value = instance.ActionType
[DispIdAttribute()]
OlRuleActionType ActionType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRuleActionType

Remarks

The category assigning rule action is supported by rules for receiving messages and rules for sending messages. For more information, see Specify Rule Actions.

See Also

Reference

_AssignToCategoryRuleAction Interface

_AssignToCategoryRuleAction Members

Microsoft.Office.Interop.Outlook Namespace