Re: Outlook 2003 Search Folders



Search folders most certainly are MAPIFolder objects, just with a search criteria applied. If you retrieve the hidden Reminders folder for example (a search folder) as a MAPIFolder you can work with it just as with any other MAPIFolder.

Application.AdvancedSearchComplete returns a Search object. The Search.Save() function lets you save the search result as a search folder, and guess what? It returns the saved search folder as a MAPIFolder object.

--
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


"pnt" <ptrebukov@xxxxxxxxx> wrote in message news:f8cba09e-2a09-458a-bf74-ea3bb4161d8a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Since Search Folders in Outlook 2003 are not MAPIFolders, and
properties and methods of MAPIFolders can't be used with Search
Folders,

Is there any way to set new Search Folder programmatically?

.


Loading