ExchangeService.SyncFolderHierarchy 方法

定义

重载

SyncFolderHierarchy(PropertySet, String)

同步指定 Web 服务连接到的邮箱的整个文件夹层次结构。

SyncFolderHierarchy(FolderId, PropertySet, String)

同步指定文件夹的子文件夹。

SyncFolderHierarchy(PropertySet, String)

同步指定 Web 服务连接到的邮箱的整个文件夹层次结构。

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);

参数

propertySet
PropertySet

要为同步项检索的属性集。

syncState
String

可选的同步状态,表示同步开始的时间点。

返回

指定邮箱中发生的更改的列表。

适用于

SyncFolderHierarchy(FolderId, PropertySet, String)

同步指定文件夹的子文件夹。

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);

参数

syncFolderId
FolderId

包含要同步的子文件夹的文件夹的 ID。 null 引用 (Visual Basic 中的 Nothing) 值指示邮箱的根文件夹。

propertySet
PropertySet

要为同步的子文件夹检索的属性集。

syncState
String

可选的同步状态,表示同步开始的时间点。

返回

指定文件夹中发生的更改的列表。

注解

调用此方法会导致调用 Exchange Web Services (EWS) 。

适用于