I have done a bit of searching and am unable to find a list of legal properties for use with the FindItem <Restriction> element, specificially what can I use in

<IsEqualTo><FieldURI FieldURI="???"></IsEqualTo>
that will not result in a ErrorUnsupportedPathForQuery error?

(Using EWS Exchange2010_SP1)

link|improve this question

60% accept rate
feedback

1 Answer

See http://msdn.microsoft.com/en-us/library/aa494315(v=EXCHG.140).aspx. But if you are using a .NET based language, you should use the EWS Managed API, which is much more simpler to use.

link|improve this answer
I'm using PHP. This list does contain legal values, but not all values are legal. For example 'calendar:UID' is not usable in a restriction. – Pete Nov 15 '11 at 21:33
You are right. I haven't seen a list of searchable properties. However, there is a workaround for the UID: infinitec.de/post/2009/04/13/… – Henning Krause Nov 16 '11 at 9:42
I've actually experimented around with this for more hours than I would have liked. If you manually set the UID or are dealing with an appointment created externally (google calendar or whatever) you have to do a little more work. I've written a parser and ms formatted uid generater in php using this and this as guides – Pete Nov 17 '11 at 1:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.