in OSX command "open -a Mail" can be used.
This isn't reliable, because some other email client can be used.
Thank you, Skalogryz, it's quite acceptable solution, as long as some email client opens, but, I see now that I did not explain clearly what I want, sorry.
I need a new message window to open with email address I provide in application. Can I add address parameter to this command?
And... How to achieve this in Linux?
In Windows, this is acchieved with:
ShellExecute(Handle,'open','mailto:myadress@xxxxxx.com',nil,'',SW_SHOWNORMAL);