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