OutlookBarGroups 对象 (Outlook)

包含一套 OutlookBarGroup 对象表示 Outlook 栏中的所有组。

备注

使用 OutlookBarStorage 返回的 OutlookBarGroups 对象的属性 对象。

使用 (索引) ,其中 index 是可用组的名称,以返回单个 OutlookBarGroup 对象。

示例

下面的 Visual Basic for Applications (VBA) 示例检索 OutlookBarStorage 对象中的 OutlookBarGroups 集合。

Set myGroups = myOutlookBarStorage.Groups

事件

名称
BeforeGroupAdd
BeforeGroupRemove
GroupAdd

方法

名称
Add
项目
Remove

属性

名称
Application
Count
Parent
Session

另请参阅

Outlook 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。