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