Для изменения размера нажмите или перетащите

ExchangeServiceArchiveItems - метод

Archives multiple items in a single call to EWS.

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

Параметры

itemIds
Тип: System.Collections.GenericIEnumerableItemId
The Ids of the items to move.
sourceFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in primary corresponding to which items are being archived to.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionArchiveItemResponse
A ServiceResponseCollection providing copy results for each of the specified item Ids.
См. также