Outlook subscribe to OPEN EVENT

B

back2grid

Hi,
i've have an add-in which downloads work tasks in Outlook task. I wanted to
have a event subscriber which does the same thing after outlook is opened.
I tried two events. Outlook.Start but it gives me com error. i believe it's
because outlook is not fully loaded yet meanwhile i'm trying to add new
TaskItems. The line of code raising error is trying to add new taskitems.

I tried to subscribe to the SyncObjects sync.end but this causes my entire
add-in to fail.
I need to run a method everytime outlook is started. Add/update tasks in the
tasklist and start a background process which updates these tasks every n
minutes specified by the user.
Any other approach.
 

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