_AssignToCategoryRuleAction.ActionType Property

Definition

Returns a constant, olRuleActionAssignToCategory, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlRuleActionType ActionType { Microsoft::Office::Interop::Outlook::OlRuleActionType get(); };
public Microsoft.Office.Interop.Outlook.OlRuleActionType ActionType { get; }
Public ReadOnly Property ActionType As OlRuleActionType

Property Value

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

Applies to