Dim db As New NotesDatabase( "Ankara", "project.nsf" )
Dim collection As NotesDocumentCollection
Set collection = db.AllDocuments
Dim db As New NotesDatabase( "Ankara", "project.nsf" )
Dim dateTime As New NotesDateTime( DateNumber(1995, 3, 14) )
Dim selection As String
Dim collection As NotesDocumentCollection
selection = |@Contains( Subject; "lake" )|
Set collection = db.Search( selection, dateTime, 0 )