Tagged Questions

1
vote
3answers
458 views

CommandBars in outlook 2010

so I've noticed that CommandBars appear in tabAddIns in outlook 2010 by default. Is there any way I can get them to appear in my custom ribbon tab instead? If it is impossible or very challenging, I ...
1
vote
1answer
538 views

C# VSTO Outlook 2007: Add icon for CommandBarPopup

Hi i want add image icon for my CommandBarPopup button at standard commandbar like Send & Receive Button. Popup is working, i have Buttons with icons there but I need top icon in popup (next to ...
0
votes
4answers
1k views

How to create a button like New Mail in Outlook add-in?

Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook? When one clicks on the button it should do some action and when clicked on the down ...