Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell execute command Mailto: Can i change text sixe?
Message
De
18/08/2005 12:00:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Shell execute command Mailto: Can i change text sixe?
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01041995
Message ID:
01041995
Vues:
74
I am building a program that transfer text from my appication to The outlook compose message, in the body of the text i want to change the default text size withouth having to change it in outlook, I want it to do automatically...
Anyone has any code.

So far I have this>:
IF Thisform.combo1.Value = "Jacevedo" then
lcMail = "mailto:jacevedo@myemail.com"+ ;
"?CC= &Subject=Sistema de Mensajes(CSI) " + alltrim(thisform.combo2.value)+ ;
"&Body=" + "Email system program"+"%0A---------------------------------------------------------------------------------" + "%0ATitle: " + ALLTRIM(thisform.combo2.Value)+ "%0AFor: " +ALLTRIM(thisform.combo1.Value) + "%0A"+ "From: " + ALLTRIM(thisform.text2.Value) + "%0A" + "Of: " + ALLTRIM(thisform.text3.Value) + "%0A" + "Telephone #: " + ALLTRIM(thisform.text6.value) + "%0A" + "Message: " + ALLTRIM(thisform.text7.value) + "%0A---------------------------------------------------------------------------------" + "%0APlz reply to this message"
ShellExecute(0,"open",lcMail,"","",1)
ENDIF
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform