Hello ,
The scenario is we have an email we need to send using mailto control , the body of the email is in a text box we tried to add an image and it didn't work
tried to add it as an HTML and also it didnt work
any advices ?
its not the attachment i need to add a picture with the body of the email .
ok than mailto has no option to add attachments
You could possible provide a link to where the attachment is stored but no provision to open client and attach the document
the code added and the image appeared in the html box but it didn't work , the mail popup didn't even open
hi @Narmer1511 ,
At first, create a variable encodedPicture and use JSON function to convert picture into base64 encoded string
Set(encodedPicture,JSON(PictureFromGallery,JSONFormat.IncludeBinaryData))
Then use this variable in your HTML, like:
<img src="& encodedPicture &" title='my BASE64 encoded picture"/>
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional