Move Email Folder
emailfolders_moveMoves a mail folder to a new parent folder in your mailbox. Provide the folder ID, destination folder ID, and account ID.
Instructions
✏️ Move a mail folder to a different parent (requires user confirmation recommended)
Moves a mail folder to become a child of a different parent folder.
Args: folder_id: The folder ID to move destination_folder_id: The destination parent folder ID account_id: Microsoft account ID
Returns: Updated folder object with new parentFolderId
Raises: ValueError: If folder_id or destination_folder_id is invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| destination_folder_id | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||