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.
Forward an email
outlook__forward_email
{ "type": "object", "properties": { "messageId": { "type": "string", "description": "Message ID" }, "comment": { "type": "string", "description": "Forward comment" }, "toRecipients": { "type": "array", "description": "Recipients to forward to" } }, "required": [ "messageId", "toRecipients" ], "description": "Input schema for the outlook__forward_email tool." }