Hi All,
I want to create a public folder(Contact) programatically by using WebDAV
I use MkCOLMEthod, however, my Query is wrong, how to write a Query?
my Query is:
String query ="
xmlns:a=\"DAV:\" " +
"xmlns:n0=\"http://schemas.microsoft.com/exchange\">" +
"" +
" " +
"IPF.Contact " +
//"Sample0x2fFolder " +
" " +
" " +
"";
It return 400 Error, my application is Java.
Thanks in advanced
Archived from group: microsoft>public>exchange2000>development