How to attach multi images in email body in windows application?
问题 I am working on windows application for email sending. For text formatting i used tinymce editor for email body. Used tinymce insert image functionality for adding image in email body but when email is sent to user. Images does not appear in user email body. Then i tried to add base64 image manually as below: <img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOYAAABLCAYAAABk6PuLAAAACXBIWXMAASdHAAEnRwEEDs /'> Which is failed to load images. Can we use linked resources and alternate view