Stop Search folders from disabling every 1-2 days?

M

Mark B

2007, VSTO, C#

Is there any way to stop most of my 10 search folders from disabling
(becoming italicized) every 1-2 days?

I don't want that behavior because in non-disabled state they each display
the total number of results in the folder title:

"Milestone 1 Due Today [21]"

If they become disabled they don't.
 
K

Ken Slovak - [MVP - Outlook]

They need to be accessed to prevent that. If users aren't doing that you can
stop and restart the search to do that.
 
M

Mark B

Is that a native method you are referring to or are you referring to a
Redemption method? Funny thing is I am actually deleting and recreating them
on Outlook startup but that hasn't seemed to make any difference.


Ken Slovak - said:
They need to be accessed to prevent that. If users aren't doing that you
can stop and restart the search to do that.




Mark B said:
2007, VSTO, C#

Is there any way to stop most of my 10 search folders from disabling
(becoming italicized) every 1-2 days?

I don't want that behavior because in non-disabled state they each
display the total number of results in the folder title:

"Milestone 1 Due Today [21]"

If they become disabled they don't.
 
K

Ken Slovak - [MVP - Outlook]

Yeah, you're right. There's a Search.Stop() method in the OOM but no Start()
method. Both are available in Redemption with the RDOSearchFolder object.
Sorry about that.

I'm sort of surprised that deleting a search folder, creating a new search
and saving it as a new search folder doesn't activate that folder but leaves
it inactive.
 

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