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.
 
Back
Top