I'm modifying a VBA script which creates searchfolders from a
user-defined label to categories. I thought the namespace for that
filter would be urn:schemas-microsoft-comfficeffice#Category but
this does nothing:
strFilter = "urn:schemas-microsoft-comfficeffice#Category LIKE '%/"
& sqf & "/%'"
Any idea what the filter string would be to select on a specific
category?
Use "urn:schemas-microsoft-comfficeffice#Keywords".
The easiest trick to getting the property tag you need to use is by using
the customize current view dialog and the Filter button. In that dialog you
can set up your filter in the Advanced tab and then look at what was
generated in the SQL tab.