Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create an email from VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01350117
Message ID:
01350153
Views:
22
Hi Russell,
Unfortunately, I looking for ways to use plain text, because in most Email clients its a default body format.

Thanks
Denis


>An HTML email?
>
>Just use . . .
>
>
>"Dear John<br><br>" +;
>"I'm so sorry to have to tell you this blah, blah, blah<br><br>"
>"Lovingly,<br><br>" +;
>"Sue"
>
>
>
>>Hi,
>>I looking for way to create and display email.
>>Currently I try to use way
>>
>>Local lcMail
>>lcMail = "mailto:"+Alltrim(tcEmail) +;
>>	"&Subject=Bestellung" +;
>>        "&Body="+tcBody
>>
>>= ShellExecute(0, "open", lcMail, "", "", SW_SHOWNORMAL)
>>
>>
>>The problem is - I can't use MULTILINE body (using CHR(13)+CHR(10)) - all text written in one line without carriage return.
>>
>>Any ideas?
>>
>>Thanks
>>Denis
Previous
Reply
Map
View

Click here to load this message in the networking platform