ManagedFolderInformation.CanDelete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.