I have an Outlook 2010 Add-in coded in .NET 4.0/VS.NET 2010, C#. The Add-in extends the Ribbon => it adds a RibbonTab
with 4 RibbonButtons to (RibbonType
Property is set to) Microsoft.Outlook.Explorer
and Microsoft.Outlook.Mail.Read
.
Now, if the user clicks on one of the RibbonButtons, how can i determine if the user clicked on the button which is added to the Microsoft.Outlook.Explorer
OR Microsoft.Outlook.Mail.Read
?