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