FolderCopy(WellKnownFolderName) - метод

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

Параметры

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

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

TaskFolder
A Folder representing the copy of this folder.

См. также