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.
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.