Version

XamOutlookBarProxy.OutlookBarSelectableItemType Enumeration

Enum of OutlookBar Items for replayable ClickSubItem action
Syntax
'Declaration
 
Public Enum XamOutlookBarProxy.OutlookBarSelectableItemType 
   Inherits System.Enum
public enum XamOutlookBarProxy.OutlookBarSelectableItemType : System.Enum 
__value public enum XamOutlookBarProxy.OutlookBarSelectableItemType : public System.Enum 
Members
MemberDescription
obarGroupRepresents a Group of XamOutlookBar
obarGroupContentRepresents the Content area of the selected group of XamOutlookBar
obarGroupHeaderRepresents the Header area of the selected group of XamOutlookBar
obarNavAreaRepresents the Navigation area of XamOutlookBar
obarOverflowAreaRepresents the Overflow area of XamOutlookBar
Requirements

Target Platforms: Windows 7, 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