Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedding backgrounds in e-mail
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00974768
Message ID:
00975415
Views:
16
CDO Has a CreateNHTML.


v_mhtml = Sys(2015)+".mht"
oCdo = Createobject("CDO.Message")
oCdo.CreateMHTMLBody("http://www.microsoft.com")
oStream = oCdo.getstream()
=oStream.SaveToFile(v_mhtml,1)
oStream=null
Ocdo=Null



>Exactly, I think. <s> The Chilkat (www.chilkatsoft.com) suite has an MHT control just for this purpose.
>
>I did find the how-to on the web somewhere for how to point to an attached image, but once I saw the MHT control, I took the path of least resistance.
>
>Hank
>
>>>For wwIPStuff to support this it would have to use some sort of placeholder syntax that gets replaced once the image has been embedded.
>>
>>Wouldn't an MHT document work in this case? that you don't have to worry about image linking.
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform