NavigationGroup.Name Property
Outlook Developer Reference |
Returns or sets a String value that represents the display name for the NavigationGroup object. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Name
expression A variable that represents a NavigationGroup object.
Remarks
This property is limited to 127 characters. String values longer than 127 characters are truncated.
An error occurs if you attempt to set the value of this property for any NavigationGroup object associated with a MailModule object.
See Also