ExchangeServiceSyncFolderItems(FolderId, PropertySet, IEnumerableItemId, Int32, SyncFolderItemsScope, String) - метод |
Synchronizes the items of a specific folder. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<ChangeCollection<ItemChange>> SyncFolderItems(
FolderId syncFolderId,
PropertySet propertySet,
IEnumerable<ItemId> ignoredItemIds,
int maxChangesReturned,
SyncFolderItemsScope syncScope,
string syncState
)
Public Function SyncFolderItems (
syncFolderId As FolderId,
propertySet As PropertySet,
ignoredItemIds As IEnumerable(Of ItemId),
maxChangesReturned As Integer,
syncScope As SyncFolderItemsScope,
syncState As String
) As Task(Of ChangeCollection(Of ItemChange))
public:
Task<ChangeCollection<ItemChange^>^>^ SyncFolderItems(
FolderId^ syncFolderId,
PropertySet^ propertySet,
IEnumerable<ItemId^>^ ignoredItemIds,
int maxChangesReturned,
SyncFolderItemsScope syncScope,
String^ syncState
)
member SyncFolderItems :
syncFolderId : FolderId *
propertySet : PropertySet *
ignoredItemIds : IEnumerable<ItemId> *
maxChangesReturned : int *
syncScope : SyncFolderItemsScope *
syncState : string -> Task<ChangeCollection<ItemChange>>
Параметры
- syncFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder containing the items to synchronize with. - propertySet
- Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to retrieve for synchronized items. - ignoredItemIds
- Тип: System.Collections.GenericIEnumerableItemId
The optional list of item Ids that should be ignored. - maxChangesReturned
- Тип: SystemInt32
The maximum number of changes that should be returned. - syncScope
- Тип: Tessa.Exchange.WebServices.DataSyncFolderItemsScope
The sync scope identifying items to include in the ChangeCollection. - syncState
- Тип: SystemString
The optional sync state representing the point in time when to start the synchronization.
Возвращаемое значение
Тип:
TaskChangeCollectionItemChangeA ChangeCollection containing a list of changes that occurred in the specified folder.
См. также