Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html body on emails
Message
 
 
To
19/01/2005 07:56:22
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00978493
Message ID:
00978496
Views:
26
This message has been marked as a message which has helped to the initial question of the thread.
AFAIK, MAILTO: protocol doesn't support HTML body.
>
>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)
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform