Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the group type of a NavigationGroup object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlGroupType
'Usage
Dim instance As OlGroupType
public enum OlGroupType
Members
| Member name | Description | |
|---|---|---|
| olCustomFoldersGroup | Identifies a user-defined navigation group, added using either the Outlook user interface or an add-in. | |
| olMyFoldersGroup | Identifies a navigation group that, by default, contains any folders that are part of the local store. | |
| olPeopleFoldersGroup | Identifies a navigation group that, by default, contains shared folders from other persons. | |
| olOtherFoldersGroup | Identifies a navigation group that, by default, contains shared folders from sources other than that of other persons. | |
| olFavoriteFoldersGroup | Identifies the Favorite Folders navigation group. This navigation group exists only within the NavigationGroups collection of a MailModule object and cannot be created in or accessed from other modules. | |
| olRoomsGroup | Identifies the Rooms navigation group in the Calendar navigation module. | |
| olReadOnlyGroup | Identifies a navigation group that is, by default, read-only and no folders can be added or removed from that navigation group. This does not imply the folders themselves are read-only, and write access to the folders depends on how the folders are set up. |