I have a function carrying out an operation on a folder by doing a For Each loop on an iManDocuments object defined as:Dim folderContent As IManDocuments = CType(f.Contents, IManDocuments)where f is an iManFolder object.When the code executes, only the first 512 items in the folder are processed. I guess this is because 512 is the default number of items returned by a search, but can I raise this limit? I can't see anything in the documentation, and can't see an obvious method.Any help appreciated!