Can you use Mailto: when published to an Executable?

I am trying to use the Mailto: function from a course published to .exe and I just can't get it to work. All of these methods I tried below work when I publish to HTML. Does this just not work when published to .exe?

I have tried:

1) Using an action (on mouseclick mailto address)

2) Javascript (

var email = "myemail@mycompany.com";

var subject = "subject";

var body = "";

window.location.href = "mailto:" + email + "?subject=" + subject +"&body=" +body

)

and 3) highlighting the text, clicking on the hyperlink button, and selecting the Send Email function.

undefined

Discussions have been disabled for this post