ExchangeService.BeginSyncFolderHierarchy 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.
Surcharges
BeginSyncFolderHierarchy(AsyncCallback, Object, PropertySet, String) |
Commence une demande de synchronisation de l’intégralité de la hiérarchie de dossiers d’une boîte aux lettres spécifiée. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2. |
BeginSyncFolderHierarchy(AsyncCallback, Object, FolderId, PropertySet, String) |
Commence une demande asynchrone pour synchroniser les sous-dossiers d’une hiérarchie de dossiers spécifiée. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2. |
BeginSyncFolderHierarchy(AsyncCallback, Object, PropertySet, String)
Commence une demande de synchronisation de l’intégralité de la hiérarchie de dossiers d’une boîte aux lettres spécifiée. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.
public:
IAsyncResult ^ BeginSyncFolderHierarchy(AsyncCallback ^ callback, System::Object ^ state, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::String ^ syncState);
public IAsyncResult BeginSyncFolderHierarchy (AsyncCallback callback, object state, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, string syncState);
Paramètres
- callback
- AsyncCallback
Délégué AsyncCallback .
- state
- Object
Objet qui contient des informations d’état pour la requête spécifiée.
- propertySet
- PropertySet
Ensemble de propriétés à récupérer pour les éléments synchronisés.
- syncState
- String
État de synchronisation facultatif représentant le point dans le temps auquel la synchronisation doit démarrer.
Retours
Objet IAsynchResult qui fait référence à la requête asynchrone.
Remarques
L’appel de cette méthode entraîne un appel au service Web Exchange (EWS).
S’applique à
BeginSyncFolderHierarchy(AsyncCallback, Object, FolderId, PropertySet, String)
Commence une demande asynchrone pour synchroniser les sous-dossiers d’une hiérarchie de dossiers spécifiée. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.
public:
IAsyncResult ^ BeginSyncFolderHierarchy(AsyncCallback ^ callback, System::Object ^ state, Microsoft::Exchange::WebServices::Data::FolderId ^ syncFolderId, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::String ^ syncState);
public IAsyncResult BeginSyncFolderHierarchy (AsyncCallback callback, object state, Microsoft.Exchange.WebServices.Data.FolderId syncFolderId, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, string syncState);
Paramètres
- callback
- AsyncCallback
Délégué AsyncCallback .
- state
- Object
Objet qui contient des informations d’état pour la requête spécifiée.
- syncFolderId
- FolderId
Identificateur du dossier contenant les éléments à synchroniser. Une valeur de référence Null (Nothing en Visual Basic) indique que le dossier racine de la boîte aux lettres doit être synchronisé.
- propertySet
- PropertySet
Ensemble de propriétés à récupérer pour les éléments synchronisés.
- syncState
- String
État de synchronisation facultatif représentant le point dans le temps auquel la synchronisation doit démarrer.
Retours
Objet IAsynchResult qui fait référence à la requête asynchrone.
Remarques
L’appel de cette méthode entraîne un appel au service Web Exchange (EWS).