If the email client on the user’s machine is not configured - A small info window appears (annoyingly UNDER my app’s main window) - stating that the email could not be sent due to it being unconfigured.
Due to this message appearing UNDER the main window - the user does not see it and will probably click on the link numerous times - trying to get it to work.
That’s a good question! ShowURL just passes it off to the OS so you’d have to query the system to get it. This assumes, of course, that there’s a way to do so.
dim theRegItem as new RegistryItem("HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail")
dim theResult as Variant = theRegItem.DefaultValue
theMailhelper = theResult.StringValue
#endif
The Mac solution needs the MBS plugin. I don’t know if this is also in macoslib.