Method GetOutlookBarItem
GetOutlookBarItem(string)
Gets the Outlook Bar item with the specified key.
public OutlookBarItem GetOutlookBarItem(string key)
Parameters
key
stringThe key of the Outlook Bar item to get.
Returns
- OutlookBarItem
The Outlook Bar item with the specified key, or null if not found.