Hi,
Is there any way i can externally select which group/internal group in the xaml outlookbar is selected. So what is want is to be able to navigate and select a particular group or inner group(say Mail/Favourite/Inbox) without clicking around with mouse. I should be able to set the said item thorugh some binding or command.
Thanks
Try thisDim grp As OutlookBarGroup = Menu.Groups("Personlig")Menu.SelectedGroup = grpMenu is the name of the xamOutlookbarPersonlig is the key on the group