WebDav for e-mail access

liunx

Guest
I can access the uri of all the folders in my inbox but am not sure how to go about accessing the subjects of my e-mail????
I use this: strQuery = "<?xml version=""1.0""?>" & _
"<D:searchrequest xmlns:D = ""DAV:"" >" & _
"<D:sql>SELECT ""DAV:href"" FROM scope('hierarchical traversal of """ & _
strRootURI & """ ')</D:sql></D:searchrequest>"
to get the uri of the folders.
I tried changing the DAV:href part to this: "urn:schemas:httpmail:subject" with no luck.
Please help!!!
 
Back
Top