move_folder
Move a mail folder to a different parent folder. Specify the folder ID and target parent folder ID.
Instructions
Move a mail folder to a different parent folder.
Args: folder_id: The Exchange folder ID to move (from get_folders). target_parent_folder_id: Destination parent folder. Defaults to "msgfolderroot" (top-level). Can be a distinguished folder name or a raw folder ID.
Returns: JSON object with success status and new folder ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| target_parent_folder_id | No | msgfolderroot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |