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.6.0.22
public Task<Folder> Move(
WellKnownFolderName destinationFolderName
)
Public Function Move (
destinationFolderName As WellKnownFolderName
) As Task(Of Folder)
public:
Task<Folder^>^ Move(
WellKnownFolderName destinationFolderName
)
member Move :
destinationFolderName : WellKnownFolderName -> Task<Folder>
- destinationFolderName WellKnownFolderName
- The name of the folder in which to move this folder.
TaskFolderA new folder representing this folder in its new location. After Move completes, this folder does not exist anymore.