accessing search folders

  • Thread starter Thread starter Al Shannon
  • Start date Start date
A

Al Shannon

How would I access Outlook 2003 search folders? I can see how to access
standard Outlook folders using vba in Outlook, but I want to automatically
refresh my Outlook search folders when Outlook starts and I don't see how to
get to them.

Thank you.

Al...
 
You can't when using the Outlook object model. You'd have to use an API that
allows access to the Stores collection and the default Store object. You'd
need to use CDO 1.21 or Extended MAPI or Redemption code (or the Outlook
2007 object model) for that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top