Method SetSelected
SetSelected(IOutlookBarViewModel, string)
Sets the selected item in the OutlookBarViewModel based on the specified key.
public static void SetSelected(this IOutlookBarViewModel outlookBarViewModel, string key)
Parameters
outlookBarViewModelIOutlookBarViewModelThe OutlookBarViewModel instance.
keystringThe key of the item to select.