ConvertImageToBase64.xaml (6.1 KB)
@Mandava_Naresh
use above xaml to convert image to base64 string
next simply use base64string variable in send email activity
you can also combine base64string variable with other html tags e.g.
"<h2>header</h2>"+base64String+"<p>test</p>"