PostDropToArchive (NotesUIDatabase - LotusScript®)
Occurs just after an entry is dropped into an archive.
Note: This event is new with Release 6.
Defined in
Syntax
PostDropToArchive(Source As Notesuidatabase, EntryName, Continue As Variant)
Parameters
Source
NotesUIDatabase. Read-only. The current database.
EntryName
The name of the entry.
Continue As Variant
Boolean. Read-write. Indicates whether the drop operation will proceed. Set this parameter to False if you do not want the operation to proceed.
Usage
When you create a script that responds to this event, Notes® creates the syntax of the event for you (including the parameters). You do not need to type it in.