Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email with Outlook Express
Message
From
19/05/2004 14:10:29
 
 
To
19/05/2004 13:38:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905248
Message ID:
00905356
Views:
13
>_shellexecute is class that is defined in vfp98\ffc\_environ.vcx

OK. So you are basically doing something similar to the following:
oShellExec=NewObject("_shellexecute",Home(1)+"\ffc\_environ.vcx")
oShellExec.shellexecute("mailto:moe@howard.com?bcc=larry@fine.com&subject=test&body=body goes here")
Notice that what you are doing is just asking the Windows API to launch your default mail client. This could be Outlook Express, or Outlook or any other. The size limitation in the length of addresses depends on the email client you use. The way to get around it is to create a mailing list (group) and mail to that group, instead of concatenating all the addresses together.

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform