Hi All,
I want to read MailBody along with images present ie if in signature we have any image want to display image too, but using (item.body) I am getting only text
Hi All,
I want to read MailBody along with images present ie if in signature we have any image want to display image too, but using (item.body) I am getting only text
Could you let us know where you are trying to display the image?
If it is in the message box, I don’t think we can show an image in it.
Alternatively, you can make use of a temporary HTML page in browser / UiPath forms to display images in it
Thanks