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

Moves this folder to 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> Move(
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

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

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

TaskFolder
A new folder representing this folder in its new location. After Move completes, this folder does not exist anymore.

См. также