I am currently writing an application that reads tasks from a Database and creates them in Outlook.
In the database the tasks can be "Assigned" to a particular user and I have the task in outlook get assigned also.
When the task is created in Outlook it is assigned an EntryID and a task is created for the assigned user with a different EntryID
My problem is that if the task in the database get's updated I want to be able to update the Outlook Task as well as update the task for the assigned user. My problem is that I cannot find where the MAPI ID of the child task is stored. I have the EntryID of the Parent Task.
I am assuming that the MAPI ID of the assigned task is stored in the parent task or there is a link between the two?
Any help would be appreciated.