Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Contacts / June 2005

Tip: Looking for answers? Try searching our database.

WEBDAV

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
IndraKumar - 19 May 2005 12:58 GMT
Hi,

   I have create a contact using WEBDAV protocol ( implemented C#).  

   1. Open the contact in the outlook.
   2. Close the contact without doing any changes.

  Automatically getlastmodified property(Last modifited time) getting
updated.

  How to solve this ?

  Regards

  Indra Kumar
Sue Mosher [MVP-Outlook] - 19 May 2005 14:08 GMT
Solve what? Your post isn't clear about what the issue is.

Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Hi,
>
[quoted text clipped - 11 lines]
>
>   Indra Kumar
IndraKumar - 01 Jun 2005 12:07 GMT
Hi,

  I have created a contact using WEBDAV protocol

XML used creating contact
-----------------------------------Begin ---------------------------------
<?xml version="1.0"?>
<g:propertyupdate
  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>
<g:prop>
<g:contentclass>urn:content-classes:person
</g:contentclass>
<e:outlookmessageclass>IPM.Contact</e:outlookmessageclass>
<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>
<c:personaltitle>Mrs.</c:personaltitle>
<c:namesuffix>MCSD</c:namesuffix>
<c:co>USA</c:co>
</g:prop>
</g:set>
</g:propertyupdate>
-----------------------------------(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 ) ?

> Solve what? Your post isn't clear about what the issue is.
>
[quoted text clipped - 13 lines]
> >
> >   Indra Kumar
Sue Mosher [MVP-Outlook] - 01 Jun 2005 12:55 GMT
I don't know. It might be useful to use a little VBA code with the PropertyChange event for that item to determine what is changing.

Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Hi,
>
[quoted text clipped - 51 lines]
>> >
>> >   Indra Kumar
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.