Class OutlookBarService
Represents a service for managing the Outlook Bar.
public class OutlookBarService : IOutlookBarService
- Inheritance
-
OutlookBarService
- Implements
- Extension Methods
Constructors
- OutlookBarService(IOutlookBarFactory, IOutlookBarViewModel)
Initializes a new instance of the OutlookBarService class.
Methods
- AddOutlookBarItem(OutlookBarItem)
Adds an Outlook Bar item to the Outlook Bar.
- AddOutlookBarItem<TOutlookBar>()
Adds an Outlook Bar item of the specified type to the Outlook Bar.
- GetOutlookBarItem(string)
Gets the Outlook Bar item with the specified key.
- GetOutlookBarItemBuilder(string)
Gets the builder for configuring the Outlook Bar item with the specified key.