move_folder
Moves an Outlook mail folder and its contents to a new parent folder by folder ID. Returns success or an error if the source or destination folder is not found.
Instructions
Move a mail folder under a different parent folder in Outlook. Relocates the folder and all its contents to the new parent. Returns a success confirmation. Returns an error if either the source or destination folder ID does not exist. Use list_folders to find folder IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | The folder ID to move (e.g., from list_folders) | |
| destination_parent_id | Yes | The destination parent folder ID to move into (e.g., from list_folders) |