ExchangeServiceArchiveItems - метод

Archives multiple items in a single call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<ArchiveItemResponse>> ArchiveItems(
	IEnumerable<ItemId> itemIds,
	FolderId sourceFolderId,
	CancellationToken token = default
)

Параметры

itemIds  IEnumerableItemId
The Ids of the items to move.
sourceFolderId  FolderId
The Id of the folder in primary corresponding to which items are being archived to.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionArchiveItemResponse
A ServiceResponseCollection providing copy results for each of the specified item Ids.

См. также