LOTUSSCRIPT/COM/OLE CLASSES
Examples: Close method
This script opens and then closes a mail log. When the Close method is called, the log gets mailed.
Dim currentLog As New NotesLog( "Log closing" )
Call currentLog.OpenMailLog( "Jimmy Ho", "Here's your log" )
'...log some errors and actions...
Call currentLog.Close ' mail memo gets sent to Jimmy Ho now
Vedere anche
Close method
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario