TableSuffix Property (ContainerRenderer Object)

TableSuffix Property (ContainerRenderer Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The TableSuffix property returns or sets the HTML string to insert at the end of the rendering of a folder or address book container table. Read/write.

Syntax

objContRend.TableSuffix

Data Type

String

Remarks

The HTML output of the Render and RenderHeading methods is treated as two separate tables, one for the header row and one for the item rows. The TablePrefix and TableSuffix property strings are inserted around each of these tables.

The default setting of the TableSuffix property is

  </TABLE>
 

If TableSuffix is changed, it should normally contain the </TABLE> tag.

See Also

Concepts

ContainerRenderer Object