App Logo
outlook.live.com

List Outlook.com emails in a folder

List messages in an Outlook.com (outlook.live.com) mail folder (default Inbox). Returns each message's id (the join key for get_email), sender display name, subject, date label as shown in the list, and preview snippet, in the order the list shows them.

Input

folder optional

Folder name as shown in the folder list (e.g. Inbox, Sent Items, Drafts, Junk Email, Deleted Items, Archive)

Default: "Inbox"

Output

count required
emails required
folder required

FAQ

List messages in an Outlook.com (outlook.live.com) mail folder (default Inbox). Returns each message's id (the join key for get_email), sender display name, subject, date label as shown in the list, and preview snippet, in the order the list shows them.
Optional: folder.
It returns count, emails, folder.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It only reads. It looks things up on outlook.live.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/list_emails, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/list_emails
It is part of Reduck's official curated catalogue.

Start building not clicking