MATLAB: How to send image or pictures through email not as an attachment, as an body message (Outlook)

bodycontentemailMATLABmessagemessage bodynot attachmentoutlook

Dear all,
I can send email through matlab and attach image files .
However, I couldn't find the way to send image or pictures in the message body so that I could easily check the pictures without download it.
I use outlook to email.
Could you let me know how can i solve this case?
Sincerely,
GY.

Best Answer

You will need to use HTML and code
<img src="data:
followed by a mime type and then base64 data.