Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-mail via Outlook Express
Message
 
 
À
17/10/2003 18:34:23
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00839944
Message ID:
00839947
Vues:
19
This message has been marked as the solution to the initial question of the thread.
Try
lcParm = "mailto:"    + lcRecipient + ;
         " ?Subject=" + lcSubject + ;
         " &Body="    + lcBody
>Hi All,
>
>Below is a part of a routine that prepares an e-mail.
>
lcParm = "mailto:"    + lcRecipient + ;
>         " &Subject=" + lcSubject + ;
>         " &Body="    + lcBody
>
>declare integer ShellExecute in shell32.dll ;
>    integer nWinHandle, ;
>    string  cOperation, ;
>    string  cFileName, ;
>    string  cParameters, ;
>    string  cDirectory, ;
>    integer nShowWindow
>
>lnResult = ShellExecute( 0, "Open", lcParm, "", "", 1 )
>In Outlook the To, Subject and Body parts are beautifully filled. However, in Outlook Express (OE) they are all put in the To clause and the string still contains the ampersand &.
>
>Is anybody familiar with this? What can be done about it?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform