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 from a shared or delegated mailbox that the signed-in Microsoft account can access
outlook__list_shared_mailbox_emails
{ "type": "object", "properties": { "mailbox": { "type": "string", "description": "Mailbox user principal name or Microsoft Graph user ID" }, "folderId": { "type": "string", "description": "Mail folder ID or well-known folder name" }, "$top": { "type": "number", "description": "Maximum messages to return" }, "$select": { "type": "string", "description": "Comma-separated message fields to return" }, "$orderby": { "type": "string", "description": "Sort expression" }, "$filter": { "type": "string", "description": "OData filter expression" } }, "required": [ "mailbox", "folderId" ], "description": "Input schema for the outlook__list_shared_mailbox_emails tool." }