全部显示
代表浏览器窗口的 Outlook 面板上分组中的快捷方式。
使用 Item 方法从 OutlookBarShortcuts 对象检索 OutlookBarShortcut 对象。因为 Name 属性是 OutlookBarShortcut 对象的默认属性,所以可以通过名称来确定快捷方式。例如:
Set myOlBarShortcut = myOutlookBarShortcuts.Item("Calendar")