COM-only properties and methods
Following are the specifications for the COM-only properties and methods:
NotesACL
Call notesACL .RemoveACLEntry( name$ )
NotesACLEntry
Set notesName = notesACLEntry .NameObject
NotesDateRange
Set notesSession = notesDateRange .Parent
NotesDateTime
Set notesSession = notesDateTime .Parent
NotesDbDirectory
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( )
NotesDXLExporter
dxl$ = notesDXLExporter.Export( input )
NotesDXLImporter
notesDXLImporter.Import( input ,importdb )
NotesForm
Set notesDatabase = notesForm .Parent
NotesInternational
Set notesSession = notesInternational .Parent
NotesLog
Set notesSession = notesLog .Parent
NotesName
Set notesSession = notesName .Parent
NotesNewsletter
Set notesSession = notesNewsletter .Parent
NotesOutline
Set notesDatabase = notesOutline .ParentDatabase
NotesOutlineEntry
Set notesOutline = notesOutlineEntry .Parent
NotesRichTextStyle
Set notesSession = notesRichTextStyle .Parent
NotesSession
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$ ] )
NotesView
variant = notesView .ColumnNames
Set notesViewNavigator = notesView.CreateViewNavMaxLevel( level& , [ cacheSize& ] )
Set notesViewColumn = notesView .GetColumn( columnNumber& )
NotesViewNavigator
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 )