Deletes a group from the OutlookBar.
#Include <OutlookEX_GUI.au3>
_OL_BarGroupDelete($oOL, $vGroupname)
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
$vGroupname | Name or 1-based index value of the group to be deleted |
Return Value
Success: 1
Remarks
To delete a group by name isn't possible in Outlook 2002
Related