EmailMailboxCapabilities.CanCreateFolder 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 can be created in the mailbox.
public:
property bool CanCreateFolder { bool get(); };
public:
property bool CanCreateFolder { bool get(); void set(bool value); };
bool CanCreateFolder();
bool CanCreateFolder();
void CanCreateFolder(bool value);
public bool CanCreateFolder { get; }
public bool CanCreateFolder { get; set; }
var boolean = emailMailboxCapabilities.canCreateFolder;
var boolean = emailMailboxCapabilities.canCreateFolder;
emailMailboxCapabilities.canCreateFolder = boolean;
Public ReadOnly Property CanCreateFolder As Boolean
Public Property CanCreateFolder As Boolean
Property Value
Boolean
bool
A Boolean value indicating if folders can be created in the mailbox.
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
|