ManagedFolderInformationType.CanDelete Property

Definition

The CanDelete property gets a value that indicates whether a managed folder can be deleted by a client.

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

Property Value

The CanDelete property returns true if a managed folder can be deleted; otherwise, the property returns false.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to