LOTUSSCRIPT/COM/OLE CLASSES


Examples: NotesView class
1. This script finds the By Category view in a mail database and then gets the first document in the view.
2. This script calls GetView using a view's alias instead of its full name.
3. You can access hidden views the same way as any other view; include the parentheses in the view name. This script gets a hidden view in a calendar database.
4. This agent finds the default view of a database. It uses the Views property from the NotesDatabase class and the IsDefault property from the NotesView class.
See Also