Outlook Public Folder View - Filtering using DASL (SQL)

F

fred

I'm trying to edit a filtered view in Outlook. I'm fairly sure my SQL
is correct, but the nesting order is not.
I'm trying to not display subjects with Advanced Search Tool or
Recall:


("urn:schemas:httpmail:subject" <> 'Advanced Search Tool' AND
"urn:schemas:httpmail:subject" <> 'Recall:' AND
(("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-
C000-000000000046}/Assigned%20To" IS NULL OR "http://
schemas.microsoft.com/mapi/proptag/0x10900003" IS NULL OR "http://
schemas.microsoft.com/mapi/proptag/0x10900003" <> 1 OR
"urn:schemas:httpmail:subject" LIKE '%Fax Notification%' OR
"urn:schemas:httpmail:subject" IS NULL) OR ("http://
schemas.microsoft.com/mapi/string/{00020329-0000-0000-
C000-000000000046}/Other" IS NULL AND "http://schemas.microsoft.com/
mapi/string/{00020329-0000-0000-C000-000000000046}/Update" IS NULL AND
"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-
C000-000000000046}/Contract" IS NULL AND "http://schemas.microsoft.com/
mapi/string/{00020329-0000-0000-C000-000000000046}/New%20Reg" IS
NULL)))
 

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

Top