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

NotesNoteCollection

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:

Usage

The Parent databases of the note collections must be the same.

Example