ExchangeServiceMoveItems(IEnumerableItemId, FolderId, Boolean, 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,
	bool returnNewItemIds,
	CancellationToken token = default
)

Параметры

itemIds  IEnumerableItemId
The Ids of the items to move.
destinationFolderId  FolderId
The Id of the folder to move the items to.
returnNewItemIds  Boolean
Flag indicating whether service should return new ItemIds or not.
token  CancellationToken  (Optional)
 

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

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

См. также