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

FolderCopy(WellKnownFolderName) - метод

Copies this folder into 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> Copy(
	WellKnownFolderName destinationFolderName
)

Параметры

destinationFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the folder in which to copy this folder.

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

Тип: TaskFolder
A Folder representing the copy of this folder.
См. также