WebDav Custom Forms

M

mjcast

I am using WebDav to manage multiple contact lists in Exchange. I am able to
perfrom all the operations I need to on standard, IPM.Contact contacts.
However I also need to perform operations on a Custom form,
IPM.Contacts.Council, I can retrieve the Contact using SEARCH and the
following

<?xml version ='1.0'?>
<d:searchrequest xmlns:d='DAV:'>
<d:sql>SELECT *
FROM SCOPE('SHALLOW TRAVERSAL OF \"" + sUri + "\"')
WHERE \"urn:schemas:contacts:fileas\" like '%"+val1+"%' and
\"urn:schemas:contacts:fileas\" like '%"+val2+"%'
</d:sql>");
</d:searchrequest>

However it does not return in the ResponseStream any of the custom fields in
the form. Therefore I do not know how to Create/Update the custom contact
form. I am wondering the best solution to this problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top