Tagged Questions

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 ...