How can i make an add-in for outlook?
I want the users to install the addin that will make a icon.
If they click this icon the code will be executed (like making an icon and attaching a macro to it)
Printable View
How can i make an add-in for outlook?
I want the users to install the addin that will make a icon.
If they click this icon the code will be executed (like making an icon and attaching a macro to it)
You need to use the "Implements IDTExtensibility2" in the general declarations section of your
designer. Then code for each of the five events, they are required for an Add-In.
Checkout the CommandBars collection object to add your menuitem or toolbaritem.