Share via


ConversationActionType.EnableAlwaysDelete Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property EnableAlwaysDelete As Boolean
    Get
    Set
'Usage
Dim instance As ConversationActionType
Dim value As Boolean

value = instance.EnableAlwaysDelete

instance.EnableAlwaysDelete = value
public bool EnableAlwaysDelete { get; set; }

Property Value

Type: System.Boolean