Share via


column Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

column Element

Identifies one or more columns of data that the message filtering script reads when accessing the data file specified by the parent file element.

Syntax

<lc:column name="columnName"/>

Attributes

name

Required. Specifies the name of a column. The name must be a valid Microsoft SIP Processing Language (MSPL) identifier.

Child Elements

None.

Parent Element

file Element

Remarks

See the section "Flat File Access" in the topic MSPL Script Syntax for additional description and an example. The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also

Concepts

SIP Application Manifests

Application Attribute Elements

SIP Application Manifest Example