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

FolderMove(WellKnownFolderName) - метод

Moves this folder to the specified folder. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<Folder> Move(
	WellKnownFolderName destinationFolderName
)

Параметры

destinationFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
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.
См. также