Examples: ProgramName property

This script displays a dialog box that says "Maple Log."

Dim currentLog As New NotesLog( "Maple Log" )
Dim logName As String    
Call currentLog.OpenFileLog( "c:\log.txt" )
logName = currentLog.ProgramName
Messagebox( logName )