db.CreateDocumentCollection() om een lege Document collectie te maken.
Dim session As New NotesSessionDim db As NotesDatabaseDim collection As NotesDocumentCollectionSet db = session.CurrentDatabaseSet collection = db.CreateDocumentCollection()