_RuleAction.ActionType Property

Definition

Returns a constant from the OlRuleActionType enumeration that indicates the type of action that is taken by the RuleAction. 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

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

Applies to