Interface IOutlookBarMenuBuilder
Represents a builder for creating Outlook Bar menus.
public interface IOutlookBarMenuBuilder- Extension Methods
Methods
- AddMenuItem(MenuItemViewModel)
- Adds a menu item to the Outlook Bar menu. 
- AddMenuItem(MenuItemViewModel, Action<IOutlookBarMenuBuilder>)
- Adds a menu item to the Outlook Bar menu with an action. 
- AddMenuItem<TMenu>(Action<TMenu>)
- Adds a menu item of type - TMenuto the Outlook Bar menu.