Version

OutlookBarGroupLocation Enumeration

Specifies the location of an OutlookBarGroup.
Syntax
'Declaration
 
Public Enum OutlookBarGroupLocation 
   Inherits System.Enum
public enum OutlookBarGroupLocation : System.Enum 
Members
MemberDescription
NavigationGroupAreaThe OutlookBarGroup is located on the navigation area.
NoneThe OutlookBarGroup is not positioned anywhere within the XamOutlookBar, i.e. it is not currently in any of OutlookBarGroup collections (e.g., XamOutlookBar.NavigationAreaGroups, XamOutlookBar.ContextMenuGroups, XamOutlookBar.OverflowAreaGroups)
OverflowAreaThe OutlookBarGroup is located on the overflow area.
OverflowContextMenuThe OutlookBarGroup will be displayed inside overflow context menu.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also