OK I have a MIME message set up where I have access to all the message parts. I can download the attachments. Now however, I am not sure how inline images (not attached) are supposed to display. When the HTML of the email is outputted, I get this...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
this is a test for embedded <STRONG>images</STRONG
<IMG alt="" hspace=0 src="cid:651450501@16062004-2F84" align=baseline border=0>
</BODY>
</HTML>
What do I do with this "cid:651450501@16062004-2F84"??
That is exactly what it looks like from outlooks html source also.
Question
+chorpeac MVC
OK I have a MIME message set up where I have access to all the message parts. I can download the attachments. Now however, I am not sure how inline images (not attached) are supposed to display. When the HTML of the email is outputted, I get this...
What do I do with this "cid:651450501@16062004-2F84"??
That is exactly what it looks like from outlooks html source also.
Link to comment
Share on other sites
17 answers to this question
Recommended Posts