[FMX] Emailing AS

Before i start, ive seached this and not found a result.
I want to make a button, when clicked, open a blank email in outlook express
to an email, with a subject.

i take it you would use:

on(press){
email(“me@me.com”, “subject heading here”) - EMAIL CODE HERE
}
not right… but… just wanted to show you what i meant!
… that was just a random stab… :lol:
thanks alot,
Ben