App Logo
outlook.live.com

Reply to an Outlook.com email

Reply to one Outlook.com (outlook.live.com) message by its id (from list_emails), optionally replying to all recipients. Confirms the reply actually left by finding it in Sent Items. Opening the message to reply marks it read, as it would in the UI.

Input

id required

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

body required

Plain text body of the reply. Required: it is also what identifies the sent reply afterwards.

folder optional

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

Default: "Inbox"
replyAll optional

Reply to every recipient rather than just the sender.

Default: false
sentFolder optional

Sent-mail folder name as shown in your folder list, used to confirm the reply left.

Default: "Sent Items"

Output

id required
sent required

True only when the reply was found in the sent folder, with the folder switch itself verified first. Never inferred from the send keystroke.

body optional
composed optional
replyAll optional
sentRowId optional

Row id of the reply in the sent folder. Outlook groups by CONVERSATION, so this is normally the same id as the message replied to — that is expected, not an error.

unsentReason optional

FAQ

Reply to one Outlook.com (outlook.live.com) message by its id (from list_emails), optionally replying to all recipients. Confirms the reply actually left by finding it in Sent Items. Opening the message to reply marks it read, as it would in the UI.
Required: id, body. Optional: folder, replyAll, sentFolder.
It returns id, body, sent, composed, replyAll, sentRowId, unsentReason.
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/reply_email, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/reply_email
It is part of Reduck's official curated catalogue.

Start building not clicking