ExchangeServiceSyncFolderItems(FolderId, PropertySet, IEnumerableItemId, Int32, SyncFolderItemsScope, String) - метод

Synchronizes the items of a specific folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ChangeCollection<ItemChange>> SyncFolderItems(
	FolderId syncFolderId,
	PropertySet propertySet,
	IEnumerable<ItemId> ignoredItemIds,
	int maxChangesReturned,
	SyncFolderItemsScope syncScope,
	string syncState
)

Параметры

syncFolderId  FolderId
The Id of the folder containing the items to synchronize with.
propertySet  PropertySet
The set of properties to retrieve for synchronized items.
ignoredItemIds  IEnumerableItemId
The optional list of item Ids that should be ignored.
maxChangesReturned  Int32
The maximum number of changes that should be returned.
syncScope  SyncFolderItemsScope
The sync scope identifying items to include in the ChangeCollection.
syncState  String
The optional sync state representing the point in time when to start the synchronization.

Возвращаемое значение

TaskChangeCollectionItemChange
A ChangeCollection containing a list of changes that occurred in the specified folder.

См. также