Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WestWind SMPT to send email
Message
From
29/08/2000 10:19:55
Bob Smith
Custom Data Services, Inc.
Mansfield, Massachusetts, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Using WestWind SMPT to send email
Miscellaneous
Thread ID:
00410242
Message ID:
00410242
Views:
57
I am programatically creating a message to send in an email using the West Wind SMTP class to send the message ( there is no interface for the user to type in the message)
I need to have carriage returns in the message but the chr(13)in the line of code below gets ignored

loIP.cMessage = 'line1'+chr(13)+'line2'

'line1line2' is the result
instead of
line1
line2

Has anybody ran into this problem ?
Next
Reply
Map
View

Click here to load this message in the networking platform