Skip to main content
forward sends an existing message to explicit recipients with content placed above the forwarded message.
automations/forward-outlook-message.automation.ts
messageId, non-empty to, and body are required. Recipients are email strings or { address, name? }; bodyType defaults to text. Optional account selects the binding. Returns Signal<void>. Outlook builds the forwarded content and preserves the source message’s included material.