Looking to copy the data that is on the form as is and paste it, as is, into the email body allowing the user to edit if necessary. The form (template) is already formated as it should look in the email. Basically a simple copy/paste to an email. I can open the template with the data for the user then have them copy and paste it into an email but they could do that with the template in MS word. The intent is to have them do it all in as few clicks as possible.
Main Topics
Browse All Topics





by: sjef_bosmanPosted on 2009-09-15 at 15:08:50ID: 25340125
Do you want the data as fields or just as text? Do you want the mail formatted or just as a jumble of data? What if you put the form in read-mode and then you do an EditSelectAll, and paste that in the mail?
I suppose the RenderToRTItem method of NotesDocument is not what you had in mind. And how about sending the form with the document?? See the Send method with the parameter True.
Kinda fishy what you want. Or unclear at the least...
Just another idea: export the document as DXL, via a NotesDXLExporter, and use that