Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html body on emails
Message
From
19/01/2005 07:56:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Html body on emails
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00978493
Message ID:
00978493
Views:
66
Hello world..

How do I set the message below as html code ?

I already try "&htmlbody="+lcMessageBody instead and a clear body comes on..
lcEmailAddress="mine@provider.com"
lcSubject="html mail"
lcMessageBody="<html><body>hi</body></html>"
lcCCAddress="anyone@provider.com"
ShellExecute(0, "", "mailto:" + lcEmailAddress + "?Subject=" + lcSubject + ;
                    "&body=" + lcMessageBody + "&cc=" + lcCCAddress, "", "", 1)
TIA

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Next
Reply
Map
View

Click here to load this message in the networking platform