> open url(“mailto:some mail”;"https://mail.google.com/“)
Of course this doesn't work. The second parameter is called appName according
the docs (http://doc.4d.com/4Dv15/4D/15.5/OPEN-URL.301-3576781.en.html). 4D
will use the local system to search for such an app. "https://mail.google.com/“
isn
Good try but no. I want to open a new mail message from inside a 4D
application. When I enter
open url(“mailto:some mail”;"https://mail.google.com/“)
it still opens my default email program.
I tried downloading the gmail application but that does the same thing.
Regards
Chuck
On Wed, Nov 1, 2
how about
OPEN URL("https://mail.google.com/";)
you could analyse the absolute path to reach a particular folder,
but they could change at any time.
and if the user is not already logged in to Google on their browser,
they'd be redirected anyway.
**
3 matches
Mail list logo