Skip to main content
Sue Irvine 님이 #Outlook/Teams/Gmail에 질문했습니다

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 *

 

#Outlook/Teams/Gmail

답변 2개
  1. 2024년 10월 1일 오후 3:34

    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?

0/9000