I added a custom method to the Folder.Items.ItemAdd EventHandler during the Button click event in the Ribbon control of a Compose Email.
Now, Every time I click the button the EventHandler Item is getting added again and again.
So, because of it the custom method is calling n number of times for n number of clicks to the button.
I Need to check whether the custom method is already added to that Folder.Items.ItemAdd EventHandler
Please Help : @roopa, @Dmitry