Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-mail via Outlook Express
Message
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00839944
Message ID:
00839947
Views:
20
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform