EmailMailbox.MarkFolderSyncEnabledAsync(String, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Marque de manière asynchrone un dossier comme étant activé ou désactivé.
public:
virtual IAsyncAction ^ MarkFolderSyncEnabledAsync(Platform::String ^ folderId, bool isSyncEnabled) = MarkFolderSyncEnabledAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MarkFolderSyncEnabledAsync(winrt::hstring const& folderId, bool const& isSyncEnabled);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MarkFolderSyncEnabledAsync(string folderId, bool isSyncEnabled);
function markFolderSyncEnabledAsync(folderId, isSyncEnabled)
Public Function MarkFolderSyncEnabledAsync (folderId As String, isSyncEnabled As Boolean) As IAsyncAction
Paramètres
- folderId
-
String
Platform::String
winrt::hstring
ID du dossier à marquer.
- isSyncEnabled
-
Boolean
bool
True pour activer la synchronisation avec le serveur, false pour désactiver la synchronisation.
Retours
Action asynchrone indiquant que l’opération est terminée.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|