Hi - I've created a LWC that works with the Outlook plug-in to find custom object records to relate an email message to. It's working fine except that the email message, once related, loses all html formatting. I'm getting the messageBody attribute from the API in the LWC and assigning it to the HtmlBody attribute of the email message in my Apex controller. Is there a different attribute I should be using? Thanks! @Lightning Web Components @* Outlook/Teams, Gmail, and Inbox *
답변 2개
I have encountered the same issue. There is no way to retrieve the HTML body. However, the browser console contains logs that include the htmlBody, but I'm unsure how to access it through LWC. Are there any updates on this?