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
outlookBarViewModel
IOutlookBarViewModelThe OutlookBarViewModel instance.
key
stringThe key of the item to select.