Share via


Column Object (Outlook)

Represents a column of data in a Table object.

Version Information

Version Added: Outlook 2007

Remarks

A Table is composed of rows and columns. It represents a read-only dynamic rowset of data in a Folder or Search object. You can regard each row of a Table as an item in the folder, each column as a property of the item. By default, a Table contains only a subset of properties for items in the folder. This makes the Table an in-memory lightweight rowset that allows fast enumeration and filtering of items in the folder.

To obtain the value of a property (column) for a specific item (row) in a Table, you can either use the Table.GetArray method and index into the returned array, or use the Row.Item method, specifying the Name of the column.

See Also

Concepts

Column Object Members

Outlook Object Model Reference