RuleActionsType.PermanentDelete Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PermanentDelete As Boolean
Get
Set
'Usage
Dim instance As RuleActionsType
Dim value As Boolean
value = instance.PermanentDelete
instance.PermanentDelete = value
public bool PermanentDelete { get; set; }
Property Value
Type: System.Boolean