Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chilkat email problem
Message
From
02/02/2017 12:14:53
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01647342
Message ID:
01647352
Views:
58
>How do I specify an htm file as bod of email in Chilkat email software
>
>
>The followinf doesnt work
>
>loEmail.body=m:\advertising\marketingstrategy.htm
>
>
>Colin

Reference found here:
https://www.chilkatsoft.com/refdoc/xChilkatEmailRef.html

Indicates there is a method called SetHtmlBody() which takes a string parameter. So therefore what you're looking for is likely to be something like:
lcHTML = FILETOSTR( ":\advertising\marketingstrategy.html" )
loEmail.SetHtmlBody(m.lcHTML)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform