DASL

K

Ken Slovak - [MVP - Outlook]

Open the dialog to customize the current view and click on the Filter
button. In the Advanced tab add the user defined property you want (the
property must be defined in the folder for this) and then after adding that
filter condition go to the SQL tab and look at the DASL that was written.
Use that.
 
K

Ken Slovak - [MVP - Outlook]

You can't really. You could use MAPI to get the property tag for the user
property but that doesn't translate into DASL syntax. In some cases, for
example if the user property was added to PS_PUBLIC_STRINGS you could
extrapolate the known GUID for that and add the name of the user property
but that won't work in all cases.
 
Top