Hi All,
I have a customer, which create a public folder with specific character in
foder name, let me see, "contacts & test",
when I do search with webdav.
It always return 400 Error,
I have checked Miscrosoft Exchange SDK said unsupported character, which
includes " & ", however, my customer has this specific character in it.
Is there any body meet this problem? please help me!!
My query string are :
SELECT
"http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts 0x26 test"')
WHERE "DAV:isfolder"=true and "DAV:ishidden"=false
SELECT
"http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts0 & test"')
WHERE "DAV:isfolder"=true and "DAV:ishidden"=false
both do not work.
Thanks in advanced!!
Archived from group: microsoft>public>exchange2000>development