I am trying to create an Outlook VSTO add-in that will work as follows:
- There is a configuration screen where user configures syncing details
- Once the syncing details are configured, whenever Outlook is opened or when an appointment is added/updated/deleted to the Calendar, triggers the add-in that syncs with an online server.
Is it possible to create VSTO add-in that runs without user interaction ?
I found this link VSTO Addin Outlook Appointment delete and write event fired only if opened first but it seems to trigger only when an appointment is opened.