Version

GetOutlookBarItemArg Method

Creates a valid QTP variant value of the supplied OutlookBar Item. If the item is a group, it verifies that the group is part of the existing groups and returns its header. If a duplicate group exists ( with the same header name ), it returns the index of the selected group also
Syntax
'Declaration
 
Protected Function GetOutlookBarItemArg( _
   ByVal oOutlookBarItem As System.Object _
) As System.Object
protected System.object GetOutlookBarItemArg( 
   System.object oOutlookBarItem
)
protected: System.Object* GetOutlookBarItemArg( 
   System.Object* oOutlookBarItem
) 

Parameters

oOutlookBarItem
OutlookBar Item

Return Value

QTP variant value of the OutlookBar Item
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