EwsMoveFolder Method
Moves a folder into another folder.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool MoveFolder(
	FolderId id,
	FolderId destinationFolderId
)

Parameters

id
Type: FolderId
The ID of the folder to move. Null reference (Nothing in Visual Basic) not allowed.
destinationFolderId
Type: FolderId
The ID of the parent destination folder. Null reference not allowed.

Return Value

Type: Boolean
true if succeeded; otherwise, false.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
NotImplementedExceptionThe .NET runtime is .NET Core.
Remarks
See Also