OutlookBarGroup Interface

Definition

Represents a group of shortcuts in the Shortcuts pane of an explorer window.

public interface class OutlookBarGroup
[System.Runtime.InteropServices.Guid("00063073-0000-0000-C000-000000000046")]
public interface OutlookBarGroup
Public Interface OutlookBarGroup
Attributes

Remarks

Use the Item[Object] property (this in C#) to retrieve the OutlookBarGroup object from an OutlookBarGroups object. Because the Name property is the default property of the OutlookBarGroup object, you can identify the group by name.

Properties

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Name

Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.

Parent

Returns the parent Object of the specified object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

Shortcuts

Returns an OutlookBarShortcuts collection of shortcuts contained within the Shortcuts pane. Read-only.

ViewType

Returns or sets an OlOutlookBarViewType constant representing the view type of an OutlookBarGroup object. Read/write.

Applies to