How to distinguish between folders

L

Lp12

Hi all,

I'm tryiing to run over my mailbox tree and to track all my search folders
that are there. My attempts showed (with msgbox) only the 'regular' ones
Is there way to achieve it?

Thanks in advance
 
K

Ken Slovak - [MVP - Outlook]

Search folders are usually created under the hidden Finder folder and are
hidden from the Outlook object model. You'd have to an API that lets you get
down and dirty with things like CDO 1.21 (optional installation for Outlook
2000 and later) or Extended MAPI (Delphi or C++ only) or Redemption (3rd
party library at www.dimastr.com/redemption).

You'd have to go from the Store's RootFolder to Finder to the search folders
to locate them.
 
Top