I'm trying to set a property on the root public folder, but am getting 401 errors. The proppatch request is successful on any subfolder in the root folder, but the root folder seems to locked. Here is my request. http://<exchangeserver>/public/ <?xml version="1.0"?> <d:propertyupdate xmlns:d="DAV:" xmlns:x="http://mycustomproperty.com/prop/"> <d:set> <d:prop> <x:prop>Hello world</x:prop> </d:prop> </d:set> </d:propertyupdate> I have verified in the Exchange Systems manager that the user doing this has full rights to the "public folders" root folder. Can anyone confirm if this is doable or not?
I also tried that and got same exception like you. Michael ------------------------------- If you need WebDAV API for Exchange server, use our component WebDAV .NET for Exchange. Check out http://www.independentsoft.com wrote in message news:1129277559.625702.151540@g49g2000cwa.googlegroups.com... > I'm trying to set a property on the root public folder, but am getting > 401 errors. > > The proppatch request is successful on any subfolder in the root > folder, but the root folder seems to locked. > > Here is my request. > > http://<exchangeserver>/public/ > > <?xml version="1.0"?> > <d:propertyupdate xmlns:d="DAV:" > xmlns:x="http://mycustomproperty.com/prop/"> > <d:set> > <d:prop> > <x:prop>Hello world</x:prop> > </d:prop> > </d:set> > </d:propertyupdate> > > I have verified in the Exchange Systems manager that the user doing > this has full rights to the "public folders" root folder. > > Can anyone confirm if this is doable or not? >