I have tried asking this twice already…
There is this old process that create a giant Word document from a database of Notes documents. The agent is rather simple as it opens each document, uses the SelectAll of NotesUIDocument and Copy as well and then pastes it into a Word document.
Very simple. But the only problem is that the inline image that is part of the document is not being copied to Word.
I can explicitly copy the image by right-clicking and choosing copy and then pasting in the Word document manually. But I would like this part of the process as there are about 1000 documents.
Does anyone have any ideas about how I can solve this problem.