outlook.replyToMessage sends an immediate reply to the original sender. Use outlook.draftReply for review, edits, or attachments.
automations/reply-outlook-message.automation.ts
messageId and body accept compatible signals. bodyType is "text" | "html" and defaults to text. Optional second argument { account } selects the binding. Returns Signal<void>. Graph chooses the reply recipient from the original message.