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
Remarks
None.
Related