App Logo
outlook.live.com

Mark an Outlook.com email read or unread

Mark one Outlook.com (outlook.live.com) message as read or unread by its id (from list_emails), confirming the state actually changed.

Input

id required

Message id from list_emails (the row's id attribute).

read required

true marks the message read, false marks it unread.

folder optional

Folder the message is in, as shown in your folder list.

Default: "Inbox"

Output

id required
read required

The state requested.

folder required
changed required

True when the row's own rendering confirms it flipped. False when it was already in the requested state.

wasAlready optional

True when the message was already in the requested state, so nothing was done.

unreadCountAfter optional
unreadCountBefore optional

FAQ

Mark one Outlook.com (outlook.live.com) message as read or unread by its id (from list_emails), confirming the state actually changed.
Required: id, read. Optional: folder.
It returns id, read, folder, changed, wasAlready, unreadCountAfter, unreadCountBefore.
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 makes changes on outlook.live.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/set_read_state, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/set_read_state
It is part of Reduck's official curated catalogue.

Start building not clicking