FolderMove(FolderId, CancellationToken) - метод
Moves this folder to a specific 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(
FolderId destinationFolderId,
CancellationToken token = default
)
Public Function Move (
destinationFolderId As FolderId,
Optional token As CancellationToken = Nothing
) As Task(Of Folder)
public:
Task<Folder^>^ Move(
FolderId^ destinationFolderId,
CancellationToken token = CancellationToken()
)
member Move :
destinationFolderId : FolderId *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Folder>
- destinationFolderId FolderId
- The Id of the folder in which to move this folder.
- token CancellationToken (Optional)
-
TaskFolderA new folder representing this folder in its new location. After Move completes, this folder does not exist anymore.