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.
List messages in an Outlook conversation
outlook__list_conversation_messages
{ "type": "object", "properties": { "conversationId": { "type": "string", "description": "Conversation ID" }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" } }, "required": [ "conversationId" ], "description": "Input schema for the outlook__list_conversation_messages tool." }