Hello,
I´m using a team room to store an history of convesations / mails…
So when I want to save a mail, I forward it, Select the full mail, copy it, and then open my TeamRoom document, select the RichText field and past it. I do it this way to have not only the BODY, but also name of sender / date / copy of the people.
Nevetheless the operation is a little too complicated (forward/select/ copy / close the mail / select the TeamRoom database / create a doc / and paste it).
So I want to create a button allowing me from a view, to copy the mail focused in the clipboard, and then I can paste it on the good place.
I tried the NotesUIDocument.Copy method, but that copy the document, and it can’t be pasted on a rich text.
Someone have an Idea??