Link to home
Start Free TrialLog in
Avatar of DymaxionDeveloper
DymaxionDeveloperFlag for Canada

asked on

Create an Outlook 2010 Add-in that adds a button in each mail message toolbar using VB.net 2010

Hi All,

I'm trying to create an add-in for Outlook 2010 using VB.net 2010 and I'm unable to find any samples to get me started...

What I want to do is simply each time a mail message is opened is to have a custom button on the toolbar of the open mail message (with an icon) that when clicked diaplays the contents of the mail message that is open. (Actually my code will be doing more, but if I can just get started with the creation of the button, gettings it's event handler and the active message then I can go from there)

Any help/sample code would be GREATLY appreciated!

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DymaxionDeveloper

ASKER

The video was great and shows you how to create a custom ribbon with controls, but it doesn't show how to get the active mail item from there :-(

I really know how to get at the active mail item!

Thanks for your help so far!