rename_folder
Renames an existing email folder by its ID. Provide the folder ID and the new name for the folder.
Instructions
Rename an existing mail folder.
Args: folder_id: The Exchange folder ID to rename (from get_folders). new_name: New display name for the folder.
Returns: JSON object with success status and new folder id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| new_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |