outlook_batch_process_emails
Perform bulk Outlook email actions in one call: mark as read/unread, delete, move, flag, or categorize messages using their IDs and chosen operation.
Instructions
Perform bulk operations on multiple emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to perform on all emails | |
| messageIds | Yes | Array of email IDs to process | |
| operationData | No | Additional data for the operation (e.g., destinationFolderId for move) |