Documentation Center

Configuring Contact List Columns

The <ContactListColumns> section of the Outbound E-mail configuration file OutboundEmail.xml allows you to define the columns that are displayed for Outbound E-mail Contacts in the Content Manager Explorer list view .

The following is an example of the <ContactListColumns> section:

<ContactListColumns>
	<Column field="NAME" width="150" />
	<Column field="SURNAME" width="150" />
	<Column field="COMPANY" />
	<Column field="EmailAddress" />
	<Column field="SubscribeStatus" width="150" />
	<Column field="Enabled" width="150" />
	<Column field="EmailType" width="150" />
</ContactListColumns>

The <ContactListColumns> element contains <Column> elements. Add a <Column> element for each column you want to appear in the Content Manager Explorer and specify the following attributes:

AttributeDescription
field

The name of the field or extended detail field. The name of the extended detail field must correspond exactly with the name of the column in the tridion_cm_email database (CONTACTS_EXTENDED_DETAILS table), including case. The following fields are hard-coded in Outbound E-mail:

  • BounceStatus
  • Enabled
  • EmailAddress
  • EmailType
  • SubscribeStatus
widthThe width of the column as displayed in the Content Manager Explorer. Specify an integer value in pixels, or a String value in %.