LOTUSSCRIPT /COM/OLE のクラス


COM 限定のプロパティとメソッド

COM のみに存在するプロパティとメソッドの仕様を次に記載します。

NotesACLCall notesACL.RemoveACLEntry( name$ )
NotesACLEntrySet notesName = notesACLEntry.NameObject
NotesDateRangeSet notesSession = notesDateRange.Parent
NotesDateTimeSet notesSession = notesDateTime.Parent
NotesDbDirectorySet notesSession = notesDbDirectory.Parent


NotesDXLExporterdxl$ = notesDXLExporter.Export( input )
NotesDXLImporternotesDXLImporter.Import( input ,importdb )
NotesFormSet notesDatabase = notesForm.Parent
NotesInternationalSet notesSession = notesInternational.Parent
NotesLogSet notesSession = notesLog.Parent
NotesNameSet notesSession = notesName.Parent
NotesNewsletterSet notesSession = notesNewsletter.Parent
NotesOutlineSet notesDatabase = notesOutline.ParentDatabase
NotesOutlineEntrySet notesOutline = notesOutlineEntry.Parent
NotesRichTextStyleSet notesSession = notesRichTextStyle.Parent
NotesSession 型url$ = notesSession.NotesURL
NotesViewvariant = notesView.ColumnNames
NotesViewNavigatorsize& = notesViewName.CacheSize

関連項目