19 | Select Multiple Documents in the view using LSOndrej Kostruh1103 - 28 2010 / (3) 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 ... |