FolderCopy(FolderId, CancellationToken) - метод

Copies this folder into a specific folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<Folder> Copy(
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

destinationFolderId  FolderId
The Id of the folder in which to copy this folder.
token  CancellationToken  (Optional)
 

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

TaskFolder
A Folder representing the copy of this folder.

См. также