COM のみに存在するプロパティとメソッドの仕様を次に記載します。
Call notesACL .RemoveACLEntry( name$ )
Set notesName = notesACLEntry .NameObject
Set notesSession = notesDateRange .Parent
Set notesSession = notesDateTime .Parent
Set notesSession = notesDbDirectory .Parent
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( )
dxl$ = notesDXLExporter.Export( input )
notesDXLImporter.Import( input ,importdb )
Set notesDatabase = notesForm .Parent
Set notesSession = notesInternational .Parent
Set notesSession = notesLog .Parent
Set notesSession = notesName .Parent
Set notesSession = notesNewsletter .Parent
Set notesDatabase = notesOutline .ParentDatabase
Set notesOutline = notesOutlineEntry .Parent
Set notesSession = notesRichTextStyle .Parent
url$ = notesSession .NotesURL
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$ ] )
variant = notesView .ColumnNames
Set notesViewNavigator = notesView.CreateViewNavMaxLevel( level& , [ cacheSize& ] )
Set notesViewColumn = notesView .GetColumn( columnNumber& )
size& = notesViewName .CacheSize
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 )