This topic has not yet been rated - Rate this topic

4.8.2 Retrieving a list of all properties on an entity

PROPFIND /exchange/user/inbox/ HTTP/1.1
Translate: f
Depth: 0
Content-type: text/xml

<?xml version="1.0" encoding="utf-8"?>
<a:propfind xmlns:a="DAV:" xmlns:E="http://schemas.microsoft.com/exchange/">
      <a:propname>
          <E:allprop/>
      </a:propname>
</a:propfind>
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.