Ken said:
Only what's available in the Object Browser help, at outlookcode.com and
other Web sites and some examples in various KB articles. I've never seen
any detailed spec covering everything you can do and how to do it.
Very well, I guess it's time to write one. I have a basic bnf together but
I have come across some oddities in my looking into it that maybe someone
can answer.
If I use the restriction "[HomeFaxNumber] = \"\"" it works as expected.
If I use the restriction "[HomeFaxNumber] in \"\"" I get the error "Unable
to parse condition. Error at "in". This suggests to me that "in" is not a
valid keyword, fair enough.
If I use the restriction "[HomeFaxNumber] is \"\"" I get the error "Unable
to parse condition. Error at "". This is odd, surely if "is" were not a
valid keyword, it would appear in the error as it does for the "in" case?
If I use the restriction "[HomeFaxNumber] like \"\"" I get the error
"Condition is not valid.". Thats a totally different error, maybe a like
comparison can be used. There is certainly a regular expression
comparision in MAPI defined in the same place as all the other
comparisons.
Anyway, just some tests, maybe someone out there can shed some light on
these oddities?
Dave