ExchangeService.CopyItems(IEnumerable<ItemId>, FolderId, CancellationToken) - метод

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

Параметры

itemIds  IEnumerable<ItemId>
The Ids of the items to copy.
destinationFolderId  FolderId
The Id of the folder to copy the items to.
token  CancellationToken  (Optional)
 

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

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

См. также