OlGroupType Enumeration
Outlook Developer Reference |
Identifies the group type of a NavigationGroup object.
Version Information
Version Added: Outlook 2007
Requirements
Name | Value | Description |
---|---|---|
olCustomFoldersGroup | 0 | Identifies a user-defined navigation group, added using either the Outlook user interface or an add-in. |
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. |
olMyFoldersGroup | 1 | Identifies a navigation group that, by default, contains any folders that are part of the local store. |
olOtherFoldersGroup | 3 | Identifies a navigation group that, by default, contains shared folders from sources other than that of other persons. |
olPeopleFoldersGroup | 2 | Identifies a navigation group that, by default, contains shared folders from other persons. |