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:
| Attribute | Description |
|---|---|
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
|
width | The width of the column as displayed in the Content Manager Explorer. Specify an integer value in pixels, or a String value in %. |