FolderMove(WellKnownFolderName) - метод

Moves this folder to the specified 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(
	WellKnownFolderName destinationFolderName
)

Параметры

destinationFolderName  WellKnownFolderName
The name of the folder in which to move this folder.

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

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

См. также