Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.35 KB

Outlook.RuleActions.MoveToFolder.md

File metadata and controls

38 lines (22 loc) · 1.35 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RuleActions.MoveToFolder property (Outlook)
vbaol11.chm2191
vbaol11.chm2191
Outlook.RuleActions.MoveToFolder
6d9c577d-e022-72fc-45f2-bdda7a8761de
06/08/2017
medium

RuleActions.MoveToFolder property (Outlook)

Returns a MoveOrCopyRuleAction object with MoveOrCopyRuleAction.ActionType being olRuleActionMoveToFolder. Read-only.

Syntax

expression. MoveToFolder

expression A variable that represents a RuleActions object.

Remarks

Use the returned MoveOrCopyRuleAction object when enumerating the rule actions of an existing rule or when creating a new rule that specifies copying a message to a specific folder as an action.

This property of the RuleActions collection always returns a MoveOrCopyRuleAction object regardless of whether the rule associated with this RuleActions collection has defined such a rule action. If the rule has defined and enabled such a rule action, then MoveOrCopyRuleAction.Enabled will be True.

See also

RuleActions Object

[!includeSupport and feedback]