Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chilkat email software question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01650779
Message ID:
01650806
Vues:
46
>>I'm guessing that you're probably getting an error on the following line:
>>
loEmail.body=(&\advertising\allmarketinglatest.htm)
>>If your intent is to assign the contents of the file "\advertising\allmarketinglatest.htm" to the body property of object loEmail, then perhaps you should change it to:
>>
loEmail.body = FILETOSTR("\advertising\allmarketinglatest.htm")
>
>Naoto
>
>That is fantastic
>
>Thanks a lot
>
>Colin

You can also use loEmail.loadbodyfromfile("pathed file"), where the file is either plain text or html. I don't know the maximum string length in the control (I've never tried creating a huge body), but the loadbodyfromfile method would presumably eliminate any concern about length.

Hank
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform