Outlook - Stop Search folders from disabling every 1-2 days?
Asked By Mark B
08-Mar-10 07:58 PM
2007, VSTO, C#
Is there any way to stop most of my 10 search folders from disabling
(becoming italicized) every 1-2 days?
I do not want that behavior because in non-disabled state they each display
the total number of results in the folder title:
If they become disabled they do not.
Outlook 2007
(1)
Outlook
(1)
RDOSearchFolder
(1)
VSTO
(1)
Reminders
(1)
Milestone
(1)
Days
(1)
OOM
(1)
Ken Slovak - [MVP - Outlook] replied to Mark B
They need to be accessed to prevent that. If users are not doing that you can
stop and restart the search to do that.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Mark B replied to Ken Slovak - [MVP - Outlook]
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 has not seemed to make any difference.
Ken Slovak - [MVP - Outlook] replied to Mark B
Yeah, you are right. There is a Search.Stop() method in the OOM but no Start()
method. Both are available in Redemption with the RDOSearchFolder object.
Sorry about that.
I am sort of surprised that deleting a search folder, creating a new search
and saving it as a new search folder does not activate that folder but leaves
it inactive.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Is there a RefreshNow action for Search Folder? Outlook VSTO, C#, OL2007 I need to refresh a search folder on Outlook Open since the DASL criteria has a %Today function which works OK on the day appears in the folder but does not work the following day when I open up Outlook. I have just changed the folder's refresh rate to 5 minutes but this still means the user may get the wrong results when they first open Outlook in the morning - - unless they presumably wait 5 minutes. I saw that the folder object has a Refresh rate property but could find a Refresh method to call. Outlook Program Add-Ins Discussions Globals.ThisAddIn.SaveSearchFoldersInfo (1) Outlook.MAPIFolder (1) Outlook 2007 (1) Outlook (1) Office (1) GetFolderFromID (1) RDOSearchFolder (1) VSTO (1) I am not sure
Copy a Search Folder to a *.pst file? Outlook Due to space limitation with my exchange server I move mail older than a month as well but cannot find the syntax to copy a search folder. I am using Outlook 2007, can anybody help? Thanks. Office Outlook VBA Discussions RDOSearchFolder.SearchCriteria.AsSQL (1) Outlook 2007 (1) OutlookSpy (1) Reminders (1) Rsearch (1) Anothe (1) Inyour (1) Month (1) You can but you cannot read the search folder search terms from the existing search folder using Outlook object model code. So you would need to know already what search terms are being
search folder in other pst Outlook Hi I have created a vba function to create and save a new search, which adds the search into the search folders in outlook. It will place the search into my default / exchange mailbox. I would like this o whole mailbox) Thanks Luke below is the code i have been using: Dim sch As Outlook.Search Dim rsts As Outlook.Results Dim i As Integer blnSearchComp = False Const strF As String = "urn:schemas:mailheader:subject strF) sch.Save("Subject Test") i can set the store the store Dim objOL As Outlook.Application Dim objNS As NameSpace Dim objStore As Store Set objOL = New Outlook.Application Set objNS = objOL.GetNamespace("MAPI") Set objStore = objNS.Stores(2) just cant apply it to the search Outlook Program VBA Discussions Outlook 2007 (1) Outlook (1) RDOSearchFolder (1) RDOFolder (1) AddSearchFolder (1) BlnSearchComp (1) SendKeys (1) ObjNS
Outlook 2007 to Outlook 2007 Outlook I want to convert back from Microsoft Outlook 2007 to Microsoft Outlook 2003. Can that be done? Is Outlook 2007 backward compatable? Outlook General Discussions Outlook 2003