I need to get contacts from public folder on Exchange server. I can get all
standart fields like displayname, email1 ... But we have one outlook custom
property named "test field" and the one isn't in xml respond. how I can get
the one?
I tried
<a:searchrequest xmlns:a = "DAV:" >
<a:sql>SELECT * FROM " https://OurExchangeServer/public "
</a:sql></a:searchrequest>
thanks
Ivana
Hello,
a "Select * " will only return fields that are listed in the schema for that
folder. To custom outlook fields, you must query them explicitly...
The space could be very tricky.... You should get a WebDAV explorer, like
the Exchange Explorer from the SDK or my Mistaya to take a look on the item
to see how the item is named.
Best regards,
Henning Krause
------------------------
Try my new WebDAV component for Exchange. It's free!
http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx
>I need to get contacts from public folder on Exchange server. I can get all
> standart fields like displayname, email1 ... But we have one outlook
[quoted text clipped - 11 lines]
> thanks
> Ivana