Partager via


DeviceAccountConfiguration.EmailSyncEnabled Propriété

Définition

Obtient ou définit une valeur booléenne indiquant si la synchronisation des e-mails est activée.

public:
 property bool EmailSyncEnabled { bool get(); void set(bool value); };
bool EmailSyncEnabled();

void EmailSyncEnabled(bool value);
public bool EmailSyncEnabled { get; set; }
var boolean = deviceAccountConfiguration.emailSyncEnabled;
deviceAccountConfiguration.emailSyncEnabled = boolean;
Public Property EmailSyncEnabled As Boolean

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si la synchronisation du courrier électronique est activée.

S’applique à