Returns all groups in the OutlookBar.
#Include <OutlookEX_GUI.au3>
_OL_BarGroupGet($oOL)
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
Return Value
Success: two-dimensional one based array with the following information:
Remarks
None.
Related