_RuleActions.DeletePermanently Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::RuleAction ^ DeletePermanently { Microsoft::Office::Interop::Outlook::RuleAction ^ get(); };
public Microsoft.Office.Interop.Outlook.RuleAction DeletePermanently { get; }
Public ReadOnly Property DeletePermanently As RuleAction

Property Value

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 permanently 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 Enabled will be True.

Applies to