Function Reference

_OL_BarShortcutGet

Returns all shortcuts of a group in the OutlookBar.

#Include <OutlookEX_GUI.au3>
_OL_BarShortcutGet($oOL, $vGroup)

 

Parameters

$oOL Outlook object returned by a preceding call to _OL_Open()
$vGroup Name or 1-based index value of the group

 

Return Value

Success: two-dimensional one based array with the following information:
    0 - Display name of the shortcut
    1 - Variant indicating the target of the specified shortcut in a Shortcuts pane group
Failure: Returns "" and sets @error:
    1 - $vGroup is empty
    2 - Error accessing the specified group. For details please see @extended

 

Remarks

None.

 

Related

 

See Also

http://msdn.microsoft.com/en-us/library/bb176723(v=office.12).aspx