outlook.replyAllToMessage sends an immediate reply to all recipients selected by Outlook.
automations/reply-all-outlook.automation.ts
messageId and body identify the source and content. bodyType defaults to text. Optional second argument { account } selects the binding. Returns Signal<void>. This can send to every recipient selected by Outlook, so use outlook.replyToMessage when only the sender should receive the response.