Name Property (Column Object)

Name Property (Column Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The Name property returns or sets the default heading for this Column object. Read/write.

Syntax

objColumn.Name

Data Type

String

Remarks

The Name property represents the text to be rendered for this column in the header row. The column header is rendered according to the HeadingCellPattern property of the ContainerRenderer object.

The Name property is also useful for distinguishing between columns that render the same property. Two different columns, for example, could render the CdoPR_MESSAGE_CLASS property, one as an icon and the other as a text string. The two columns would have the same Property property, but they should have different Name properties, such as Icon and Message Class.

See Also

Concepts

Column Object