OutlookBarGroups object (Outlook)
Contains a set of OutlookBarGroup objects representing all groups in the Outlook Bar.
Remarks
Use the Groups property to return the OutlookBarGroups object from the OutlookBarStorage object.
Use Groups (index), where index is the name of an available group, to return a single OutlookBarGroup object.
Example
The following Visual Basic for Applications (VBA) example retrieves the OutlookBarGroups collection from an OutlookBarStorage object.
Set myGroups = myOutlookBarStorage.Groups
Events
Name |
---|
BeforeGroupAdd |
BeforeGroupRemove |
GroupAdd |
Methods
Name |
---|
Add |
Item |
Remove |
Properties
Name |
---|
Application |
Class |
Count |
Parent |
Session |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.