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
Véase también
Close method
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa