EmailMailboxCapabilities.CanEmptyFolder 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 or sets a Boolean value indicating if folders in the mailbox can be emptied.
public:
property bool CanEmptyFolder { bool get(); };
public:
property bool CanEmptyFolder { bool get(); void set(bool value); };
bool CanEmptyFolder();
bool CanEmptyFolder();
void CanEmptyFolder(bool value);
public bool CanEmptyFolder { get; }
public bool CanEmptyFolder { get; set; }
var boolean = emailMailboxCapabilities.canEmptyFolder;
var boolean = emailMailboxCapabilities.canEmptyFolder;
emailMailboxCapabilities.canEmptyFolder = boolean;
Public ReadOnly Property CanEmptyFolder As Boolean
Public Property CanEmptyFolder As Boolean
Property Value
Boolean
bool
A Boolean value indicating if folders in the mailbox can be emptied.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
App capabilities |
email
emailSystem
|