how to Implement Advanced Criteria Extensions

  • Thread starter Thread starter roger
  • Start date Start date
R

roger

hello every mvp:

i have a problem ,i want to implemnet a function about extensions
the advanced find dialog to search user's mail from exchange ,
but i can't find simple ,who can give me some simple about how implemnet the
advanced criteria ,thanks
 
You have to use the DASL/SQL syntax search strings, the question is finding
the correct DASL property tags. I'd recommend using the Advanced tab in the
custom view Filter dialog to construct the searches you want and then using
the SQL tab to see what's constructed as a search string.

You also will want access to a MAPI viewer that shows the DASL property tags
for any property in which you are interested. I use OutlookSpy for that
(www.dimastr.com).
 
Back
Top