Function Reference

_OL_BarGroupDelete

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
Failure: Returns 0 and sets @error:
    1 - $vGroupname is empty
    2 - Error accessing the specified group. For details please see @extended
    3 - Error removing the specified group. For details please see @extended

 

Remarks

To delete a group by name isn't possible in Outlook 2002

 

Related