MoveOrCopyRuleAction.ActionType Property

Outlook Developer Reference

Returns a constant, olRuleActionMoveToFolder, 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 MoveOrCopyRuleAction object.

Remarks

The moving or copying rule action is supported only by rules for receiving messages. For more information, see Specify Rule Actions.

See Also