Partilhar via


ManagedFolderInformationType.CanDeleteSpecified Property

The CanDeleteSpecified property gets a Boolean value that specifies whether the CanDelete property was returned in the SOAP response.

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

Syntax

'Declaration
Public Property CanDeleteSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean

value = instance.CanDeleteSpecified

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

Property Value

Type: System.Boolean
The CanDeleteSpecified property returns true if the CanDelete property was serialized into the SOAP response; otherwise, the property returns false.