Edit

Share via


ManagedFolderInformation.CanDelete Property

Definition

Gets a value that indicates whether the user can delete objects in the folder.

public:
 property Nullable<bool> CanDelete { Nullable<bool> get(); };
public Nullable<bool> CanDelete { get; }
Public ReadOnly Property CanDelete As Nullable(Of Boolean)

Property Value

true if the objects in the folder can be deleted; otherwise, false.

Applies to