Intersect (NotesNoteCollection - LotusScript®)
Creates a note collection containing the notes common to the original collection and the note or notes specified in the intersection parameter.
Defined in
Syntax
Call notesNoteCollection .Intersect( intersectionSpecifier )
Parameters
intersectionSpecifier
Variant. A string or an integer representing a valid note ID or an object of the following type:
- NotesAgent
- NotesDocument
- NotesDocumentCollection
- NotesNoteCollection
- NotesView
Usage
The Parent databases of the note collections must be the same.