I am dealing with an email message having a content-type of text/plain. The text portion is quoted-printable, and there is an inserted image as a base64 image string. Both have been saved as attachments, and have been decoded appropriately.
I now have a text file for the text string, and a bmp file for the image. How do I merge these two files into Msg.Body for display in a WebView? Also, in the event there were more than one image, how would this be handled? Any help greatly appreciated.
Best regards
I now have a text file for the text string, and a bmp file for the image. How do I merge these two files into Msg.Body for display in a WebView? Also, in the event there were more than one image, how would this be handled? Any help greatly appreciated.
Best regards