Version

GetSelectedRegion Method

Retrieves the region of the OutlookBar based on the input enum value.
Syntax
'Declaration
 
Protected Sub GetSelectedRegion( _
   ByVal oOutlookBarItem As XamOutlookBarProxy.OutlookBarSelectableItemType, _
   ByRef retVal As System.Object _
) 
protected void GetSelectedRegion( 
   XamOutlookBarProxy.OutlookBarSelectableItemType oOutlookBarItem,
   ref System.object retVal
)
protected: void GetSelectedRegion( 
   XamOutlookBarProxy.OutlookBarSelectableItemType oOutlookBarItem,
   ref System.Object* retVal
) 

Parameters

oOutlookBarItem
Enum value indicating the region to be retrieved
retVal
The retrieved region of the OutlookBar
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