Hi all... We are framing the request to Exchange server for Email search using active sync protocol, but we went through GAL search code but we are not understanding on what basis they are using the Tags for SEARCH,
Serializer s = new Serializer(); s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE); s.data(Tags.SEARCH_NAME, "GAL").data(Tags.SEARCH_QUERY, filter); s.start(Tags.SEARCH_OPTIONS); s.data(Tags.SEARCH_RANGE, "0-19"); // Return 0..20 results s.end().end().end().done(); we are implementing our Email search code on this basis only but we are not getting the exact meaning of these tags and also in which manner to use them...... Please kindly help us, and share if you have any ideas regarding those Tags or any code information in framing the request for Email Search. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

