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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.