LOTUSSCRIPT/COM/OLE CLASSES


AllEntries property
Example

Read-only. All the entries in a view.

Note This property is new with Release 5.

Defined in

NotesView

Data type

NotesViewEntryCollection

Syntax

To get: Set notesViewEntryCollection = notesView.AllEntries

Language cross-reference

AllEntries property in Java View class

Example