• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Open MS outlook from Java Application

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dears,
I'm making Java Client application where I want to open the default user mail client -in my case it is MS outlook- with default attachment and subject and body.
I know how it is done in HTML mailto:..... but I want it from Java client application, as a button or triggered by some action. I don't want to use JavaMail API, as it is required by the customer to use his outlook so that he can make a follow up on the message or keep it in his sent item or whatever but he needs initial email like I described.
Does anyone know how?
Thankx
 
reply
    Bookmark Topic Watch Topic
  • New Topic