Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MailTo
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Re: MailTo
Miscellaneous
Thread ID:
00906449
Message ID:
00906723
Views:
14
Caroline,

Looks like you got an e-mail with VFP question :) It was a little bit strange at first to read an answer without a question...

>Dave,
>Check out the WindowsAPI section and the ShellExecute command. Also if you post a message here I'm sure you will get a host of other suggestions - but in its basic form:
>lcMailTo = Evaluate(This.eMail+".Value")
>lcMailTo = "mailto:"+lcMailTo
>lnReturn = ShellExecute(_VFP.hWnd, "Open", lcMailTo, "", Sys(5)+Curdir(), 10)
>
>
>HTH
>Caroline
>
>********************************************************************************
>Caroline,
>
> i saw your response to a question about opening the default email client on a user's machine. you suggested using the basic mailto command. i have tried to find information about that command, but can't. do you have any idea where i could get it. i seems like something so simple as opening the email client would be easy.
>
>thanks,
>dave luttman
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform