ManagedFolderInformationType.CanDeleteSpecified Property

Definition

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

public:
 property bool CanDeleteSpecified { bool get(); void set(bool value); };
public bool CanDeleteSpecified { get; set; }
Public Property CanDeleteSpecified As Boolean

Property Value

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

Applies to