_ContactsModule.NavigationGroups Property
Returns a NavigationGroups object that contains the set of navigation groups associated with the ContactsModule object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property NavigationGroups As NavigationGroups
Get
'Usage
Dim instance As _ContactsModule
Dim value As NavigationGroups
value = instance.NavigationGroups
[DispIdAttribute()]
NavigationGroups NavigationGroups { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.NavigationGroups