Platform SDK: CDO 1.2.1 |
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.
objContRend.TableSuffix
String
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.