I want to do something like this:
- click on a link or button on an website (especially on Alfresco Share)
- the email client (IBM Notes) should be opened and automatically attach a document from the repository of Alfresco (document management system)
I can grab the document with java using cmis api. How can I open the email client and programatically attach the document by clicking on a link? Have you any suggestions on how I can do this?
Thank you in advance!
EDIT: because I am not familiar with XPages I am trying it with Java Web Start.