Name Property (GroupHeader Object)

The Name property returns a string that can be used as text for various categories in the table view. Read-only.

Syntax

objGroupHdr.Name

The Name property is the default property of a GroupHeader object, meaning that objGroupHdr is syntactically equivalent to objGroupHdr.Name in Microsoft® Visual Basic® code.

Data Type

String

Remarks

The Name property returns text that can be used for view categories such as sender, recipient, subject, conversation topic, keyword, size, time sent, and time received.

A rendering object such as the CDO Rendering ContainerRenderer object should use the string in the Name property to render group headers. The string should be followed by the message counts in the Count and Unread properties, for example:

<category header string> (5 items, 3 unread) 
 

or, if all items are marked as having been read:

<category header string> (5 items)