ExchangeServiceMoveItems(IEnumerableItemId, FolderId, CancellationToken) - метод

Moves 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<MoveCopyItemResponse>> MoveItems(
	IEnumerable<ItemId> itemIds,
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

itemIds  IEnumerableItemId
The Ids of the items to move.
destinationFolderId  FolderId
The Id of the folder to move the items to.
token  CancellationToken  (Optional)
 

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

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

См. также