Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create an email from VFP
Message
De
24/09/2008 08:59:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01350117
Message ID:
01350152
Vues:
19
Hi Mike,
I want to avoid HTML, because ShellExecute call default email client, and for example for Outlook Express - default is a plain text.
So, I want to use plain text as email body.

Thanks
Denis



>>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
>
>Have you tried using the HTML tag for new lines? -- left bracket, BR, right bracket. (Can't show it properly here because the UT message parser executes it).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform