Share via


EmailFolder.IsSyncEnabled Property

Definition

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

Applies to