|
-
May 25th, 2007, 01:48 AM
#1
Thread Starter
New Member
PHP + WebDAV
Hi,
Does anyone has experience in using WebDAV in PHP to connect to Exchanger server 2003, i have found some code on the internet, and downloaded Exchange SDK for further development.
However, i have problem constructing the XML query to query to Exchange server. I am trying to display the "text" (urn:schemas:httpmail:textdescription) of the email item in Exchange.
I can retrieve all the properties for the email item based on the following code:
Code:
$h->xmlrequest = '<?xml version="1.0"?>';
$h->xmlrequest .= <<<END
<a:propfind xmlns:a="DAV:" >
<a:allprop/>
</a:propfind>
END;
However, i would just want to retrieve the "text" out of all properties. Does anyone has experience in doing this ? I need your expertise, thanks for helping !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|