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

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

Copies multiple items in a single call to EWS.

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

Параметры

itemIds
Тип: System.Collections.GenericIEnumerableItemId
The Ids of the items to copy.
destinationFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder to copy the items to.
returnNewItemIds
Тип: SystemBoolean
Flag indicating whether service should return new ItemIds or not.
token (Optional)
Тип: System.ThreadingCancellationToken

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

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