_RuleAction.Enabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that determines if the RuleAction is enabled. Read/write.
public:
property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Property Value
Remarks
After you enable a rule action, you must also save the rule by using Save(Object) so that the rule action and its enabled state will persist beyond the current session. A rule action is only enabled after it has been saved successfully.
Returns an error if you attempt to enable a rule action that is supported only on a rule of type olRuleSend for a rule of type olRuleReceive, or vice versa.