Sometimes I have tasks where I should start to work with empty collection of documents. One of my fellow shown me yesterday probably the simplest solutions how we can got empty collection.
Set notesDocumentCollection = notesDatabase.GetProfileDocCollection("WRONG_NAME")
I like this solution and as I see it is perhaps the best one.
p.s. if anybody has better solution I would be happy to see it.
