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.
Search messages in a shared or delegated mailbox that the signed-in Microsoft account can access
outlook__search_shared_mailbox_emails
{ "type": "object", "properties": { "mailbox": { "type": "string", "description": "Mailbox user principal name or Microsoft Graph user ID" }, "query": { "type": "string", "description": "Microsoft Graph message search query. The runtime quotes the query for Graph $search." }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" } }, "required": [ "mailbox", "query" ], "description": "Input schema for the outlook__search_shared_mailbox_emails tool." }