views:

42

answers:

0

I am writing an Outlook addin. I am using VS2008 and my customer is using MS Office 2003.

It is a synchronization addin I am writing, and I couldn't create my own scheduler running next to the send and receive job in outlook, but mostly I would like to add my sync-job to these tasks in the Send and Receive group.

I have tried to look at the events at Application.SyncObjects and it's fine. The events are raised when the sync starts, ends, an error occurs etc. But it's not exactly what I want. I would like my sync job to be added to the list of tasks within the Send and Receive group. So that Send and receive will not close until my job is done too.

The list today includes email-accounts and RSS sync. It must be possible to add to some collection somewhere. Implement an interface with the events and all.

Does anybody have experience in this area and maybe can give me a link to resources or drop some lines of code?

Thanks and kind regards,

Morten Louw Nielsen Denmark