Relative Content

Tag Archive for c#vstooutlook-addin

c# – outlook – vsto – Catching Propose New Time Event

I am developing a plugin for outlook using c# VSTO and have come across the following problem:
When a user receives an invitation to a meeting, he/she can click on the “Propose new time” button.
Is there any way to intercept the event of clicking this button and do what I need? And does such an event exist at all? If it is possible, please tell me how to do it