Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone familiar with chilkat email software
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01596861
Message ID:
01596893
Views:
72
MHT is the standard way of embedding images, but browsers do not handle that well.

The other way to is embed the images using base64 encoding and adjusting the image tag (googling on embed image base64 will get you all the information you need, including a site that lets you give it an image and returns the whole thing, tags and all, so you can easily test it out.

Hank

>>>>>My code is as follows - i am trying to insert an html page into body of text - what I have below is wrong - does anyone know the correct format
>>>>>
>>>>>
>>>>>loEmail.Body = "&m:\advertising\citylinkmessage.html"
>>>>>
>>>>
>>>>I'm not familiar with the control but have you tried:
>>>>
>>>>loEmail.Body=filetostr("m:\advertising\citylinkmessage.html")
>>>
>>>
>>>Thanks but sadly that wont work cos ther is an image at the top of the html
>>
>>Looks like what you need right here:
>>
>>http://www.example-code.com/foxpro/mht_emailHtmlFile.asp
>
>Hi I downloaded that but couldn't get it to work so I have a friend sorting it out another way - but thanks for your input
Previous
Reply
Map
View

Click here to load this message in the networking platform