rename_folder
Renames an Outlook mail folder by changing its display name without moving it. Requires the folder ID and new name; returns confirmation or error.
Instructions
Rename a mail folder in Outlook. Changes the display name of the folder without moving it. Returns a success confirmation with the new name. Returns an error if the folder ID does not exist. Use list_folders to find folder IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | Yes | The new folder name (e.g., "Archived Projects") | |
| folder_id | Yes | The folder ID to rename (e.g., from list_folders) |