I have an Outlook add-in that will take a MailItem save its attachments and html content to where it can be viewed as a web page. The problem is, Outlook appends 2 sets of hex codes to every attachment, here's an example.
<img width=700 height=119 id="_x0000_i1032" src="http://somesite/img/didyouknow/image001.jpg@01CD34FA.041E5EE0" alt="diduknow_header.gif">
What would be the cleanest way to remove the 01CD34FA.041E5EE0 from above for all images?