Is this a search folder?
You can get to the Search Folders but except for Outlook 2007 you can't do
it from the Outlook object model. You would need to use CDO 1.21 or Extended
MAPI (C++ or Delphi), neither of which is supported for use in .NET code or
a MAPI COM wrapper such as Redemption (www.dismastr.com/redemption).
Outlook 2007 is the first object model for Outlook that let's you get to the
Stores collection and down from there to the search folders.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>> Get a handle to that folder as a MAPIFolder object and use
>> ActiveExplorer.CurrentFolder = oFolder where oFolder is that folder.
[quoted text clipped - 4 lines]
>
> TIA
elziko - 06 Dec 2006 11:16 GMT
> Outlook 2007 is the first object model for Outlook that let's you get
> to the Stores collection and down from there to the search folders.
Yes, I'm using Outllok 2007 and I've now managed to get a reference to all
my Serach Folders, thanks for your help!