Hi,
I'm trying to set the quota on public folders in my exchange setup, using
WebDav.
I've managed to set the folder permissions, using PFDavAdmin as reference,
but I'm having a little trouble setting the quota, mainly because PFDavAdmin
doesn't log the calls it makes to WebDav when setting the quota.
So I basically need to set:
http://schemas.microsoft.com/mapi/proptag/0x67790003
http://schemas.microsoft.com/exchange/storagequotaissuewarninglimit
http://schemas.microsoft.com/mapi/proptag/0x67790003
However, when I do this, I get a "403 Forbidden" error
I cannot even use PROPFIND:
<?xml version="1.0"?>
<a

ropfind xmlns:a="DAV:" xmlns:d="http://schemas.microsoft.com/exchange">
<a

rop><d:storagequotaissuewarninglimit/></a

rop>
</a

ropfind>
Which returns "404 Resource Not Found"
Anyone got a working example on how to set the public folder quotas using
WebDav?
I know it can be done using PFDavAdmin, but I need the raw WebDav commands,
which PFDavAdmin doesn't reveal.
Stefan