ExchangeService.SyncFolderHierarchy 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
| SyncFolderHierarchy(PropertySet, String) |
Synchronise l’intégralité de la hiérarchie de dossiers de la boîte aux lettres à laquelle le service Web spécifié est connecté. |
| SyncFolderHierarchy(FolderId, PropertySet, String) |
Synchronise les sous-dossiers d’un dossier spécifié. |
SyncFolderHierarchy(PropertySet, String)
Synchronise l’intégralité de la hiérarchie de dossiers de la boîte aux lettres à laquelle le service Web spécifié est connecté.
public:
Microsoft::Exchange::WebServices::Data::ChangeCollection<Microsoft::Exchange::WebServices::Data::FolderChange ^> ^ SyncFolderHierarchy(Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::String ^ syncState);
public Microsoft.Exchange.WebServices.Data.ChangeCollection<Microsoft.Exchange.WebServices.Data.FolderChange> SyncFolderHierarchy(Microsoft.Exchange.WebServices.Data.PropertySet propertySet, string syncState);
Paramètres
- propertySet
- PropertySet
Ensemble de propriétés à récupérer pour les éléments synchronisés.
- syncState
- String
État de synchronisation facultatif qui représente le point dans le temps auquel la synchronisation doit démarrer.
Retours
Liste des modifications qui se sont produites dans la boîte aux lettres spécifiée.
S’applique à
SyncFolderHierarchy(FolderId, PropertySet, String)
Synchronise les sous-dossiers d’un dossier spécifié.
public:
Microsoft::Exchange::WebServices::Data::ChangeCollection<Microsoft::Exchange::WebServices::Data::FolderChange ^> ^ SyncFolderHierarchy(Microsoft::Exchange::WebServices::Data::FolderId ^ syncFolderId, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::String ^ syncState);
public Microsoft.Exchange.WebServices.Data.ChangeCollection<Microsoft.Exchange.WebServices.Data.FolderChange> SyncFolderHierarchy(Microsoft.Exchange.WebServices.Data.FolderId syncFolderId, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, string syncState);
Paramètres
- syncFolderId
- FolderId
ID du dossier qui contient les sous-dossiers à synchroniser. Une valeur de référence Null (Nothing en Visual Basic) indique le dossier racine de la boîte aux lettres.
- propertySet
- PropertySet
Ensemble de propriétés à récupérer pour les sous-dossiers synchronisés.
- syncState
- String
État de synchronisation facultatif qui représente le point dans le temps auquel la synchronisation doit démarrer.
Retours
Liste des modifications qui se sont produites dans le dossier spécifié.
Remarques
L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).