Function Reference

_OL_BarGroupAdd

Adds a group to the OutlookBar.

#Include <OutlookEX_GUI.au3>
_OL_BarGroupAdd($oOL, $sGroupname[, $iPosition = 1])

 

Parameters

$oOL Outlook object returned by a preceding call to _OL_Open()
$oGroupname Name of the group to be created
$iPosition [optional] Position at which the new group will be inserted in the Shortcuts pane (default = 1 = at the top of the bar)

 

Return Value

Success: 1
Failure: Returns 0 and sets @error:
    1 - Error accessing the Outlookbar pane. For details please see @extended
    2 - Error creating the group. For details please see @extended

 

Remarks

None.

 

Related