Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formatting Emails
Message
De
21/07/2000 11:21:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00395439
Message ID:
00395459
Vues:
9
Here is sample code that doesn't work with outlook..
fff="One"+chr(13)+chr(13)+"Two"+chr(13)
o=createobject("outlook.application")
oitem=o.createitem(0)
oitem.recipients.add("email address")
oitem.subject="Sample"
oitem.htmlbody=fff
oitem.send
oitem=null
o=null

The text in the body is one line.. When I copy and paste the text into notepad, the formatting is there, but not in outlook..

Any Ideas
Rob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform