Following are the specifications for the COM-only properties and methods:
NotesACL
Set notesDatabase = notesDbDirectory.CreateDatabase( file$ , [ openBooleanTrue ] )
Set notesDatabase = notesDbDirectory.OpenDatabase( file$ , [ openBooleanFalse ] )
Set notesDatabase = notesDbDirectory.OpenDatabaseByReplicaID( rid$ )
Set notesDatabase = notesDbDirectory.OpenDatabaseIfModified( file$ , timeNotesDateTime )
Set notesDatabase = notesDbDirectory.OpenMailDatabase( )
name$ = notesSession.ServerName
Set notesName = notesSession.UserNameObject
Set notesRegistration = notesSession.CreateRegistration( )
variant = notesSession.Evaluate( formula$ , docNotesDocument )
Call notesSession.InitializeUsingNotesUserName( [ password$ ] )
Call notesSession.InitializeUsingNotesUserName( [ name$ ] , [ password$ ] )
Set notesViewNavigator = notesView.CreateViewNavMaxLevel( level& , [ cacheSize& ] )
Set notesViewColumn = notesView.GetColumn( columnNumber& )
notesViewName.CacheSize = size&
Set notesViewEntry = notesViewNavigator.GetCurrent( )
Call notesViewNavigator.GotoChild( notesViewEntry )
Call notesViewNavigator.GotoEntry( objUnknown )
Call notesViewNavigator.GotoFirst( )
Call notesViewNavigator.GotoFirstDocument( )
Call notesViewNavigator.GotoLast( )
Call notesViewNavigator.GotoLastDocument( )
Call notesViewNavigator.GotoNext( notesViewEntry )
Call notesViewNavigator.GotoNextCategory( notesViewEntry )
Call notesViewNavigator.GotoNextDocument( notesViewEntry )
Call notesViewNavigator.GotoNextSibling( notesViewEntry )
Call notesViewNavigator.GotoParent( notesViewEntry )
Call notesViewNavigator.GotoPos( pos$ , separator$ )
Call notesViewNavigator.GotoPrev( notesViewEntry )
Call notesViewNavigator.GotoPrevCategory( notesViewEntry )
Call notesViewNavigator.GotoPrevDocument( notesViewEntry )
Call notesViewNavigator.GotoPrevSibling( notesViewEntry )