CreateNoteCollection (NotesDatabase - LotusScript®)
Creates a note collection based on the current database and returns a NotesNoteCollection object that represents the note collection.
Note: This method is new with Release 6.
Defined in
Syntax
Set notesNoteCollection = notesDatabase .CreateNoteCollection( selectAllFlag )
Parameters
selectAllFlag
Boolean. Sets all the "Select" note collection properties True or False.
Return value
notesNoteCollection
NotesNoteCollection. The new note collection.
Usage
For more information, see the NotesNoteCollection class.