Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formatting Emails
Message
De
21/07/2000 12:38:23
 
 
À
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:
00395516
Vues:
9
FYI, your code works fine with Outlook 97 (except for had to use oitem.body=fff). Maybe a bug in the Outlook 2000 application object?

>>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"...
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform