Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.24 KB

Outlook.RuleActions.Delete.md

File metadata and controls

38 lines (22 loc) · 1.24 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RuleActions.Delete property (Outlook)
vbaol11.chm2186
vbaol11.chm2186
Outlook.RuleActions.Delete
eb219d46-64c2-650c-ad39-e049ef33160f
06/08/2017
medium

RuleActions.Delete property (Outlook)

Returns a RuleAction object with RuleAction.ActionType being olRuleActionDelete. Read-only.

Syntax

expression.Delete

expression A variable that represents a RuleActions object.

Remarks

Use the returned RuleAction object when enumerating the rule actions of an existing rule or when creating a new rule that specifies deleting a message as an action.

This property of the RuleActions collection always returns a RuleAction 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 RuleAction.Enabled will be True.

See also

RuleActions Object

[!includeSupport and feedback]