Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formatting Emails
Message
De
21/07/2000 11:32:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00395439
Message ID:
00395470
Vues:
12
I just tried using:

fff="One"+Chr(13)+Chr(13)+Chr(10)+"Two"+Chr(13)+Chr(10)
o=createobject("outlook.application")
oitem=o.createitem(0)
oitem.recipients.add("email")
oitem.subject="CSI Consumer Report"
oitem.htmlbody=fff
oitem.send
oitem=null
o=null

The email output is "One Two"...

Am I missing something???

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

Click here to load this message in the networking platform