Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone using the Mozilla Suite (browser/mail)?
Message
From
19/01/2006 11:41:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Anyone using the Mozilla Suite (browser/mail)?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01088475
Message ID:
01088475
Views:
60
I need a test done, if you have Mozilla as the default mail client. Try the following:
DECLARE INTEGER ShellExecute IN shell32.dll ;
  INTEGER hndWin, STRING cAction, STRING cFileName, ;
  STRING cParams, STRING cDir, INTEGER nShowWin

cFileName = "mailto:john@mycompany.com?subject=How To Send Mail"
cAction = "open"
ShellExecute(0,cAction,cFileName,"","",1)
Does the above open the mail client and properly populate the To: field?

Also, using IE, will clicking on a mailto: link bring up the client properly? I'm trying to determine if I have a blown install or registry problem, or I'm dealing with a Mozilla bug. TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform