OlGroupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the group type of a NavigationGroup object.
public enum class OlGroupType
public enum OlGroupType
Public Enum OlGroupType
- Inheritance
-
OlGroupType
Fields
Name | Value | Description |
---|---|---|
olCustomFoldersGroup | 0 | Identifies a user-defined navigation group, added using either the Outlook user interface or an add-in. |
olMyFoldersGroup | 1 | Identifies a navigation group that, by default, contains any folders that are part of the local store. |
olPeopleFoldersGroup | 2 | Identifies a navigation group that, by default, contains shared folders from other persons. |
olOtherFoldersGroup | 3 | Identifies a navigation group that, by default, contains shared folders from sources other than that of other persons. |
olFavoriteFoldersGroup | 4 | 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 | 5 | Identifies the Rooms navigation group in the Calendar navigation module. |
olReadOnlyGroup | 6 | 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. |