Share via


OlGroupType Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace