replyAll immediately replies using Outlook’s reply-all recipient rules.
automations/reply-all-outlook.automation.ts
messageId and body identify the source and content. bodyType
defaults to text; optional account selects the binding. Returns
Signal<void>. This can send to every recipient selected by Outlook, so use
reply when only the sender should receive the response.