Search in what sense? Based on name? Parent? Or...?
In general, you can start with RDOStore.IPMRootFolder (where RDOSrore is
returned by RDOSession.Stores colelection or RDOSession.Stores.DefaultStore)
and recursively loop through all the subfolders of the RDOFolder.Folders
collection.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Mike" wrote in message
...
I need a way to loop through the folders in the current user's (Exchange)
mailbox. I will be searching in particular for a folder that I need to be
there, and if it is not, I need to create it. Is this possible through
the
Redemption objects? If so, can anyone point me towards some sample code?
Thanks very much.