|
: 19 : 19 : 0 |
It will be very helpful if I can use something like:
NotesUIView.SelectDocuments( coll as NotesDocumentCollection )
which marks all documents from the collection with selection marks.
Or if I can iterate the collection with NotesUIView.SelectDocument( doc, True) - which means don't move just caret, but add selection mark to the document.
|