Compartir a través de


_RuleActions.DeletePermanently Propiedad

Definición

Devuelve un RuleAction objeto con ActionTypela propiedad olRuleActionDeletePermanently. Solo lectura.

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

Valor de propiedad

Comentarios

Utilice el objeto RuleAction devuelto para enumerar las acciones de regla de una regla existente o para crear una nueva regla que consista en eliminar un mensaje definitivamente una acción.

Esta propiedad de la RuleActions colección siempre devuelve un objeto RuleAction independientemente de si la regla asociada a esta colección RuleActions ha definido dicha acción de regla. Si la regla ha definido y habilitado dicha acción de regla, Enabled será True.

Se aplica a