Execute an Outlook addin
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 25
- Joined: Wed Jul 20, 2011 3:07 pm
Execute an Outlook addin
I have an Outlook addin that syncs multiple calendars, however, it does not have a scheduler built in. I need to have this addin run at regular intervals. The addin places a button in the Outlook menu bar, but for some reason the class index for the class name seems to change on occasion. Does anyone have a way I might force the addin to run without "clicking" the button. I obviously can't force focus on the Outlook window and disrupt the user.
Re: Execute an Outlook addin
Perhaps VBA? Just a thought. I have not done this nor do I know if it can actually be done.
http://stackoverflow.com/questions/1225 ... lf-an-hour
http://stackoverflow.com/questions/1225 ... lf-an-hour
-
- Junior Coder
- Posts: 25
- Joined: Wed Jul 20, 2011 3:07 pm
Re: Execute an Outlook addin
Thanks, I will look into it.
JRL wrote:Perhaps VBA? Just a thought. I have not done this nor do I know if it can actually be done.
http://stackoverflow.com/questions/1225 ... lf-an-hour