Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Fri, 9 Mar 2007 08:23:39 +0100,    group: microsoft.public.exchange.development        back       


Searching Appointments with WebDAV and Userproperties   
Hi,

Relating example: http://msdn2.microsoft.com/en-us/library/aa123570.aspx
It works great but how is the syntax for User Properties in WebDAV sql 
queries?

Stefan
date: Fri, 9 Mar 2007 08:23:39 +0100   author:   Stefan Uhlemann

Re: Searching Appointments with WebDAV and Userproperties   
Hello,

what type of user properties are you referring to? The ones created by 
Outlook forms?

They are available in the empty xml namespace. In your search

Select "mycustomproperty" from scope(...)"

They are returned as follows:

<?xml version="1.0"?><a:multistatus 
xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:a="DAV:">
 <a:response>
   <a:href>http://server.tld/vroot/folder/item2.txt</a:href>
   <a:propstat>
     <a:status>HTTP/1.1 200 OK</a:status>
     <a:prop>
        <mycustomproperty>foo bar</mycustomproperty>
      </a:prop>
   </a:propstat>
 </a:response>
   </a:propstat>
 </a:response>
</a:multistatus>

Notice the empty namespace for the property.

Best regards,
Henning Krause

"Stefan Uhlemann"  wrote in message 
news:OFfjfuhYHHA.2320@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> Relating example: http://msdn2.microsoft.com/en-us/library/aa123570.aspx
> It works great but how is the syntax for User Properties in WebDAV sql 
> queries?
>
> Stefan
>
>
date: Mon, 12 Mar 2007 07:58:09 -0700   author:   Henning Krause [MVP - Exchange]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us