Hi,
I have a Results object I got from AdvancedSearch, but I want to access a property of the Parent of the items, for some reason this is very slow, like 2-5 seconds with 500 results...
here is the example
For i = 1 To resultscount
tempStr(i) = rsts.Item(i).Parent.FolderPath
Next
This takes way to long... if I access the Subject of the items its real fast even without SetColumns...
Any advice how to speed this up...
Dan
I have a Results object I got from AdvancedSearch, but I want to access a property of the Parent of the items, for some reason this is very slow, like 2-5 seconds with 500 results...
here is the example
For i = 1 To resultscount
tempStr(i) = rsts.Item(i).Parent.FolderPath
Next
This takes way to long... if I access the Subject of the items its real fast even without SetColumns...
Any advice how to speed this up...
Dan