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
See Also
Close method
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary