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