How can I copy Several Field of a mail in the Clipboard?

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??

Subject: How can I copy Several Field of a mail in the Clipboard??

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/313a825247295723852574a500397307?OpenDocument

Subject: notesDocument.RenderToRTItem

Your solution is to use the notesDocument.RenderToRTItem method. In fact, if you open Designer Help and find that method, look at the Example document and example #2 - it does almost exactly what you want except you need to change the code so that the new document is in your target teamroom database.

Subject: RE: notesDocument.RenderToRTItem

Thank you Jerry.It is very usefull. I have all the content.

Now do you know a function allowing me once it is in a richtext to copy it in the clipboard (without being a NotesUIDocument).

I would like to be on the view, select the document I need, push the button (the copy is done), and go in my other database to paste it.

Thanks for your help