Columns Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the parent application (Outlook) for the Columns object. Read-only.

Class

Returns a constant in the OlObjectClass enumeration indicating the class of the Columns object. Read-only.

Count

Returns a Long representing the number of Column objects in the collection. Read-only.

Parent

Returns the parent object of the Columns object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.