LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Formula that selects notes for inclusion in the collection.
Defined in
NotesNoteCollection
Data type
String
Syntax
To get: formula$ = notesNoteCollection.SelectionFormula
To set: notesNoteCollection.SelectionFormula = formula$
Usage
This property must be a valid Domino formula that evaluates to True (includes the note) or False (excludes the note) for each note.
This property is initially an empty string, which is equivalent to selecting all notes.
This property is not a stand-alone specification. It intersects the other selection criteria.
Language cross-reference
SelectionFormula property in Java NoteCollection class
Example See Also