Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Replace the categories on an email
outlook__categorize_email
{ "type": "object", "properties": { "messageId": { "type": "string", "description": "Message ID" }, "categories": { "type": "array", "description": "Outlook category display names" } }, "required": [ "messageId", "categories" ], "description": "Input schema for the outlook__categorize_email tool." }