Share via


Column.Name Property (Outlook)

Returns a String value that represents the name of the Column. Read-only.

Version Information

Version Added: Outlook 2007

Syntax

expression .Name

expression A variable that represents a Column object.

Remarks

The Name property is the default member of the Column object.

If the Column is a default column in the Table, or if it has been added to the Table with the explicit built-in name for the property, the value of Name is the explicit built-in name (without any enclosing brackets) for the property. If the Column has been added to the Table with a property name referencing a namespace, the value of Name will be the property name referenced by namespace. For more information on referencing properties by namespace, see Referencing Properties by Namespace.

See Also

Concepts

Column Object Members

Column Object