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
Siehe auch
Close method
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar