EmailFolder.IsSyncEnabled 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 the folder is sync enabled.
public:
property bool IsSyncEnabled { bool get(); void set(bool value); };
bool IsSyncEnabled();
void IsSyncEnabled(bool value);
public bool IsSyncEnabled { get; set; }
var boolean = emailFolder.isSyncEnabled;
emailFolder.isSyncEnabled = boolean;
Public Property IsSyncEnabled As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the folder is sync enabled.
Windows requirements
App capabilities |
email
emailSystem
|