Skip to main content
outlook_list_messages Lists messages in an Outlook mail folder, ordered newest-first. Returns subject, sender, received date, read status, and a short body preview. Use outlook_get_message to retrieve the full body of a specific message.

Parameters

Returns

An array of message objects, each with id, subject, from, toRecipients, receivedDateTime, isRead, bodyPreview, importance, hasAttachments, webLink, and conversationId.

Example use

“Show me my last 10 unread emails in the inbox.”