I have an application which reads the source html and downloads all the attachments of an email. This works fine except for the fact that Microsoft Outlook has some weird source value, for example...
<img width="163" height="39" id="Picture_x0020_1" src="cid:image001.png@01CD7F6C.70CD2320" alt="Description: Description: Description: cid:image001.png@01CC6D59.AEF6D270">
Firstly, I'd like to change it to just Attachments\image001.png as the source. Also, the alt should just be image001.png, not this long weird alt. Not really sure how to go about this.