Synchronising tasks

D

Deck

I have an application that creates tasks on a database
and outlook at the same time. That's the easy part.
The problem is if the user edited or deleted the
outlook tasks, I want the changes to reflect on
tasks saved on the database. Is there any way
to accomplish this?

thanks in advance !
 
L

Lanwench [MVP - Exchange]

Deck said:
I have an application that creates tasks on a database
and outlook at the same time. That's the easy part.
The problem is if the user edited or deleted the
outlook tasks, I want the changes to reflect on
tasks saved on the database. Is there any way
to accomplish this?

thanks in advance !

I think this would be a very good question to ask the people who
developed/support your database application.
 
T

Thaddaeus Parker

You are going to have to capture two events in your application in order
accomplish what you want. One is the Write event for the item that you are
editing; the Second is the BeforeItemDelete event for the item. Once you
capture those events you will be able to send updates to the database.

regards,
Thaddaeus.
 

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