Moves a folder into another folder.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool MoveFolder(
FolderId id,
FolderId destinationFolderId
)
Public Function MoveFolder (
id As FolderId,
destinationFolderId As FolderId
) As Boolean
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:
Booleantrue if succeeded; otherwise,
false.
Exceptions Remarks See Also