Skip to main content
outlook.forwardMessage sends a message to specified recipients with new content before the forwarded content.
automations/forward-outlook-message.automation.ts
Provide messageId, non-empty to, and body. Recipients are email strings or { address, name? }. bodyType defaults to text. Optional second argument { account } selects the binding. Returns Signal<void>. Outlook builds the forwarded content and preserves the source message’s included material.