Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting Emails
Message
From
21/07/2000 11:21:40
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00395439
Message ID:
00395459
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform