_JournalModule.NavigationGroups Property
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.
Returns a NavigationGroups object that contains the set of navigation groups associated with the JournalModule object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::NavigationGroups ^ NavigationGroups { Microsoft::Office::Interop::Outlook::NavigationGroups ^ get(); };
public Microsoft.Office.Interop.Outlook.NavigationGroups NavigationGroups { get; }
Public ReadOnly Property NavigationGroups As NavigationGroups