Jump to content

PHP + WebDAV


vzent

Recommended Posts

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:

 

$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 !

Link to comment
https://forums.phpfreaks.com/topic/52935-php-webdav/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.