LOTUSSCRIPT/COM/OLE CLASSES


Examples: PostSend event
This PostSend event displays a message after a document is sent.

Sub Postsend(Source As Notesuidocument)
 Messagebox Source.FieldGetText("Subject"),, _
 "Memo sent to " & Source.FieldGetText("SendTo")
End Sub

See Also