OutlookBarGroups Members

Include Protected Members
Include Inherited Members

Contains a set of OutlookBarGroup objects representing all groups in the Shortcuts pane. For information about the event members of the COM object, see OutlookBarGroupsEvents_Event.

The OutlookBarGroups type exposes the following members.

Properties

 

Name

Description

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _OutlookBarGroups.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OutlookBarGroups.)

Public property

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _OutlookBarGroups.)

Public property

Item

Returns an OutlookBarGroup object from the collection. (Inherited from _OutlookBarGroups.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _OutlookBarGroups.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _OutlookBarGroups.)

Top

Methods

 

Name

Description

Public method

Add

Adds a new, empty group to the Shortcuts pane. (Inherited from _OutlookBarGroups.)

Public method

add_BeforeGroupAdd

(Inherited from OutlookBarGroupsEvents_Event.)

Public method

add_BeforeGroupRemove

(Inherited from OutlookBarGroupsEvents_Event.)

Public method

add_GroupAdd

(Inherited from OutlookBarGroupsEvents_Event.)

Public method

Remove

Removes an object from the collection. (Inherited from _OutlookBarGroups.)

Public method

remove_BeforeGroupAdd

(Inherited from OutlookBarGroupsEvents_Event.)

Public method

remove_BeforeGroupRemove

(Inherited from OutlookBarGroupsEvents_Event.)

Public method

remove_GroupAdd

(Inherited from OutlookBarGroupsEvents_Event.)

Top

Events

 

Name

Description

Public event

BeforeGroupAdd

Occurs before a new group is added to the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarGroupsEvents_Event.)

Public event

BeforeGroupRemove

Occurs before a new group is removed from the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarGroupsEvents_Event.)

Public event

GroupAdd

Occurs when a new group has been added to the Shortcuts paneShortcuts pane. (Inherited from OutlookBarGroupsEvents_Event.)

Top

See Also

Reference

OutlookBarGroups Interface

Microsoft.Office.Interop.Outlook Namespace