When I login into exchange : https://owa/exchange is there an initial query I can do to get the users properties? ie the url to their folders? currently I have been using https://owa/exchange/<user login> but that doesnt always match.
would it be something like? <?xml version=\"1.0\"?> <g:searchrequest xmlns:g=\"DAV:\"> <g:sql> Select "urn:schemas:httpmail:msgfolderroot" FROM \"$url\" WHERE \"DAV:contentclass\" = 'urn:content-classes:person' </g:sql> </g:searchrequest> how would I get a specfic users root webdav url, if I have admin rights and the users login name
this query doesnt work nor do I think it would give me what I want
Take a look at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_exch2k_getting_well-known_mailbox_folder_urls.asp "doug" wrote in message news:1147735546.917676.11340@v46g2000cwv.googlegroups.com... > this query doesnt work nor do I think it would give me what I want >
Hello Karim, I think the intention of the OP was to get the url of the actual mailbox. There's an article on my website covering this: http://www.infinitec.de/articles/exchange/getmailboxurl.aspx Best regards, Henning Krause ------------------------ Try my new WebDAV component for Exchange. It's free! http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx "Karim Batthish [MS]" wrote in message news:%23E9Z%23CVeGHA.1276@TK2MSFTNGP03.phx.gbl... > Take a look at: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_exch2k_getting_well-known_mailbox_folder_urls.asp > > "doug" wrote in message > news:1147735546.917676.11340@v46g2000cwv.googlegroups.com... >> this query doesnt work nor do I think it would give me what I want >> > >
Henning, I can only do queries, I am using PHP not a msn dev library, can you tell me how I would get this via a WEBDAV query? I cannot tell how this would done via the article you sent me. Regards, Doug