Synchronization with custom application

  • Thread starter Thread starter Kabs
  • Start date Start date
K

Kabs

I am writing an application to synchronize the appointments type of
data from a .Net Application to the outlook. How can I do 2-way
synchronization?
 
I can export the appointment data in the outlook easily , however when I
export the updated appointment in the outlook, it creates a duplicate
appointment in the outlook. Is there any way to make sure that no duplicates
are created? I have to make sure that this functionality is compatible with
all versions of oulook starting from 2002.
 
But it is your code that creates a duplicate appointment, is it not?
Why do you create a new appointment instead of modifying an existing one?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Back
Top