ExchangeService.ArchiveItems - метод

Archives multiple items in a single call to EWS.

Definition

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

Параметры

itemIds  IEnumerable<ItemId>
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)
 

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

Task<ServiceResponseCollection<ArchiveItemResponse>>
A ServiceResponseCollection providing copy results for each of the specified item Ids.

См. также