i would like to create a new email with Java respectively open the "New eMail" window from Outlook and insert some data (like CC, Body..)
I tried the SWT OLE Library, but that is a problem because i have a pure javafx8 application next try was with
getHostServices().showDocument("mailto:a@b.c")
this works, but i can't format the text with html
Next try was the Desktop Class but same problem like getHostServices, no html formatted emails.
Some ideas ?