-
ooooo Tricky
here's one for you.
Microsoft internet explorer will allow you to click file-send-page by email and supposedly send a web page over the net with all the attached graphics. How the hell does it do that !? and more importantly how do we tap it?
Mapi controls will let you attach an Html file to an email, but the graphics of course are missing , what can be done about sending the page altogether?
-
The only way to do it is to include the pictures as attatchments
OR
if you can change the website HTML, change the <IMG src="bob.gif"> to <IMG src="http://www.bobsbigbadwebsite.com/images/bob.gif"> so that there is a full URL. With a full URL, mail clients will try to download the images.