Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
Yes, sure I can create a reply with LotusScript, but how is that better? I do not want to copy the entire Memo form into the Project database, nor all the libraries involved. I'd prefer to leave all that in the mail database. I just want to operate the Memo form from a different application. If buttons retain their (Internal) names between mail template versions, nothing will break, assuming there were a method like NotesUIDocument.getButton(bName).click() or an array Buttons or Actions that can be searched. NotesUIWorkspace.EditDocument already gives me the NotesUIDocument of the opened document, why not use it properly?
I'm not sure why you would want to do it this way. The minute someone changes a template it could all break. A better approach would be to perform the actions you want, creating the reply etc. with some Lotusscript, which is totally possible.