Version

GetOutlookBarItemFromArg Method

Retrieves the OutlookBar item from its QTP variant for the Replay action. As of now, it only identifies the groups based on its header or index( in case of duplicate groups )
Syntax
'Declaration
 
Protected Function GetOutlookBarItemFromArg( _
   ByVal oOutlookBarItem As System.Object, _
   ByVal bValidate As System.Boolean _
) As System.Object
protected System.object GetOutlookBarItemFromArg( 
   System.object oOutlookBarItem,
   System.bool bValidate
)
protected: System.Object* GetOutlookBarItemFromArg( 
   System.Object* oOutlookBarItem,
   System.bool bValidate
) 

Parameters

oOutlookBarItem
Incoming QTP variant parameter representing a single OutlookBarItem value
bValidate
If true throw exceptions if unable to parse into a single of OutlookBarItem value

Return Value

OutlookBar object parsed from the incoming QTP variant
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