I
IndraKumar
Hi,
I have created a contact using WEBDAV protocol
XML used creating contact
-----------------------------------Begin ---------------------------------
<?xml version="1.0"?>
<gropertyupdate
xmlns:g="DAV:" xmlns:c="urn:schemas:contacts:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:x="xml:"
xmlns:cal="urn:schemas:calendar:" xmlns:mail="urn:schemas:httpmail:">
<g:set>
<grop>
<g:contentclass>urn:content-classeserson
</g:contentclass>
<eutlookmessageclass>IPM.Contact</eutlookmessageclass>
<c:givenName>JoLynn</c:givenName>
<c:middlename>Julie</c:middlename>
<c:sn>Dobney</c:sn>
<c:cn>JoLynn J. Dobney</c:cn>
<mail:subject>JoLynn Dobney</mail:subject>
<c:fileas>Dobney, JoLynn</c:fileas>
<c:initials>JJD</c:initials>
<c:nickname>Jo</c:nickname>
<cersonaltitle>Mrs.</cersonaltitle>
<c:namesuffix>MCSD</c:namesuffix>
<c:co>USA</c:co>
</grop>
</g:set>
</gropertyupdate>
-----------------------------------(End) ---------------------------------
When I am trying to open the contact in the Outlook, Outlook internally
modify some properties of the contact. So Last modified date(Modified) of
the contact getting updated.
Is it possible to avoid this( Outlook automatic changes ) ?
I have created a contact using WEBDAV protocol
XML used creating contact
-----------------------------------Begin ---------------------------------
<?xml version="1.0"?>
<gropertyupdate
xmlns:g="DAV:" xmlns:c="urn:schemas:contacts:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:x="xml:"
xmlns:cal="urn:schemas:calendar:" xmlns:mail="urn:schemas:httpmail:">
<g:set>
<grop>
<g:contentclass>urn:content-classeserson
</g:contentclass>
<eutlookmessageclass>IPM.Contact</eutlookmessageclass>
<c:givenName>JoLynn</c:givenName>
<c:middlename>Julie</c:middlename>
<c:sn>Dobney</c:sn>
<c:cn>JoLynn J. Dobney</c:cn>
<mail:subject>JoLynn Dobney</mail:subject>
<c:fileas>Dobney, JoLynn</c:fileas>
<c:initials>JJD</c:initials>
<c:nickname>Jo</c:nickname>
<cersonaltitle>Mrs.</cersonaltitle>
<c:namesuffix>MCSD</c:namesuffix>
<c:co>USA</c:co>
</grop>
</g:set>
</gropertyupdate>
-----------------------------------(End) ---------------------------------
When I am trying to open the contact in the Outlook, Outlook internally
modify some properties of the contact. So Last modified date(Modified) of
the contact getting updated.
Is it possible to avoid this( Outlook automatic changes ) ?