prepare_batch_move_emails
Prepare moving multiple Outlook emails to a folder by generating approval tokens for each, enabling selective confirmation before execution.
Instructions
Prepare to move multiple emails (up to 50) to a destination folder. Returns individual approval tokens per email so you can selectively confirm. Call confirm_batch_operation with the desired tokens to execute. Returns an error if any email or the destination folder ID does not exist. Tokens expire after 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | The email IDs to move, 1-50 (e.g., from list_emails or search_emails) | |
| destination_folder_id | Yes | The destination folder ID (e.g., from list_folders) |