Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Office.context.mailbox.displayNewMessageForm is NOT inserting body content #5327

Open
sshaji opened this issue Jan 29, 2025 · 2 comments
Open
Labels
Area: Outlook Issue related to Outlook add-ins Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs

Comments

@sshaji
Copy link

sshaji commented Jan 29, 2025

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

  1. Make sure New Editor preview is enabled in Outlook
  2. Compose an email using Office.context.mailbox.displayNewMessageForm({
    toRecipients: ['[email protected]'],
    subject: 'subject',
    htmlBody: 'htmlBody'
    });
  3. htmlBody is not inserted in message body
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Jan 29, 2025
@sshaji
Copy link
Author

sshaji commented Jan 29, 2025

Image

@exextoc exextoc added Area: Outlook Issue related to Outlook add-ins Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Jan 29, 2025
@neprasad-microsoft
Copy link

Hi @sshaji

Thanks for reporting this issue regarding New Editor. It has been put on our backlog. We unfortunately have no timelines to share at this point
Internal tracking id: 5360996

@neprasad-microsoft neprasad-microsoft added Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs
Projects
None yet
Development

No branches or pull requests

3 participants