NavigationGroups.Create Method
Outlook Developer Reference |
Creates and returns a new NavigationGroup object, added to the end of the NavigationGroups collection.
Version Information
Version Added: Outlook 2007
Syntax
expression.Create(GroupDisplayName)
expression A variable that represents a NavigationGroups object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
GroupDisplayName | Required | String | The value of the Name property for the new NavigationGroup object. |
Return Value
A NavigationGroup object that represents the new navigation group.
Remarks
A NavigationGroups collection can contain multiple NavigationGroup objects with the same Name property values.
An error occurs if an add-in attempts to add more than 50 navigation groups to a NavigationGroups collection, or if an add-in attempts to add a NavigationGroup object to the NavigationGroups collection of a MailModule object.
See Also