JH Howland Posted February 2, 2018 Posted February 2, 2018 In Filemaker Pro Advanced 11 ( and 14 ), is it possible to launch the Windows 10 Mail program (WinMail.exe.mui) using the Filemaker "Send event" or some other approach?
OlgerDiekstra Posted February 3, 2018 Posted February 3, 2018 You can use Open URL with a 'mailto' link. If Winmail is your default mail app, then it will open up in winmail. https://en.wikipedia.org/wiki/Mailto
JH Howland Posted February 4, 2018 Author Posted February 4, 2018 Problem solved with your help. I am using a global field with a value list (Mail, Outlook, Gmail, Outlook Express) to select the wanted emailer for FMP 11, FMP 14 and FMP16 under Windows XP thru Windows 10. By setting "Mail" as the default emailer in the Edge browser, I have scripted 'Send Event ["aevt"; "odoc"; "mailto"]' for get "Mail" to open. Then another script element is "else if'd" for launching "Outlook" with 'Send Event ["aevt"; "odoc"; "outlook.exe"]'. And yet another "else if" for Gmail with 'Open URL [No dialog; "https://mail.google.com/mail/u/0/#inbox"]'. However, this only wants to work for Filemaker 11 with "Compatibility" mode unchecked. Do not know why??? And one more "else if", for Windows XP hangers-on, for Outlook Express 'Send Event ["aevt"; "odoc"; "msimn.exe"]'.
Recommended Posts
This topic is 2482 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now