Function Reference

_OL_BarGroupGet

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:
    0 - Display name of the group
    1 - $OlOutlookBarViewType constant representing the view type of the group
Failure: Returns "" and sets @error:
    1 - Error accessing the Outlookbar pane. For details please see @extended

 

Remarks

None.

 

Related