Open
Description
Provide required information needed to triage your issue
Your Environment
- Platform [PC desktop, Mac, iOS, Office on the web]: Mac
- Host [Excel, Word, PowerPoint, etc.]: Outlook
- Office version number: 16.93.2 (25012611)
- Operating System: MacOS 15.2
- Browser (if using Office on the web): ______
Expected behavior
Should insert the passed html content to message body.
Current behavior
Not inserting the passed html content to message body (when using the "New Editor (Preview)"
Steps to reproduce
- Make sure New Editor preview is enabled in Outlook
- Compose an email using Office.context.mailbox.displayNewMessageForm({
toRecipients: ['[email protected]'],
subject: 'subject',
htmlBody: 'htmlBody'
}); - htmlBody is not inserted in message body