Hello,
I am developing a code to get outlook email view in Powerapps screen.
Then, I am inserting HtmlText to read the body of the email.
However, I can only view the text of the body, while image embedded in the email can't be displayed. (only blank box is shown).
Is there a solution to resolve the issues, as there are many cases of receiving emails are embedded with images?
thanks,
Zaidi
Hey!
I think that depends on the image. You know how the HTML works, the <img src="">
If it is a image that is online, you probably can get it. If not, you cant
It should not be diferent
HI @norzaidi ,
Your email should be like this
Office365Outlook.SendEmailV2(
"sentto@email.com",
"Subject",
"<img src='yourURL.jpg' alt='Picture'>"
)
Note the single quotes '
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @norzaidi . Did you found the solution? I've the same problem and I don't know how to solve it.
Thanks.
Ramon
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
53 | |
41 | |
36 | |
30 |
User | Count |
---|---|
241 | |
74 | |
71 | |
69 | |
65 |