MarkAsTaskRuleAction.ActionType Property
Outlook Developer Reference |
Returns a constant, olRuleActionMarkAsTask, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.ActionType
expression A variable that represents a MarkAsTaskRuleAction object.
Remarks
The task marking rule action is supported only by rules for receiving messages. For more information, see Specify Rule Actions.
See Also