LOTUSSCRIPT/COM/OLE CLASSES
Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim dc As NotesDocumentCollection Set db = session.CurrentDatabase Set view = db.GetView( "By Category" ) Set dc = view.GetAllDocumentsByKey("Spanish leather", False) Call dc.PutAllInFolder("Boots")
See Also