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