S
Sue
Hi
I am adding a toolbarbutton to run code in my addin to
Outlook each time an inspector is created to look at a
message.
The goal is to be able to run code in my add-in while a
email is open.
I use
Dim WithEvents mcbMenuCommandBar As Office.CommandBarButton
The problem is that when I open a second email window, the
first windows button no longer runs the code.
Please let me know a better way of doing this so the
button works in all email windows
I am adding a toolbarbutton to run code in my addin to
Outlook each time an inspector is created to look at a
message.
The goal is to be able to run code in my add-in while a
email is open.
I use
Dim WithEvents mcbMenuCommandBar As Office.CommandBarButton
The problem is that when I open a second email window, the
first windows button no longer runs the code.
Please let me know a better way of doing this so the
button works in all email windows