Accessing Parent object property is vvvvvvvveeeerry slow, how do you speed this up...

Joined
Jul 27, 2011
Messages
1
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top