ContainerRenderer Object
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 ContainerRenderer object renders the rows of a container object as an HTML table.
At a Glance
Specified in type library: |
CDOHTML.DLL |
First available in: |
CDO Rendering Library version 1.1 |
Parent objects: |
RenderingApplication (or none) |
Child objects: |
|
Default property: |
(none) |
Properties
Name |
Available since version |
Type |
Access |
1.2 |
Variant (vbDate format) |
Read/write |
|
1.2 |
Long |
Read/write |
|
1.2 |
Variant (vbDate format) |
Read/write |
|
1.1 |
String |
Read/write |
|
1.1 |
Long |
Read-only |
|
1.1 |
Long, Object, or String |
Read/write |
|
1.2 |
InfoStore object |
Write-only |
|
1.1 |
TableView object |
Read/write |
|
1.1 |
AddressEntries collection object, Folders collection object, Messages collection object, or Recipients collection object |
Read/write |
|
1.2 |
Long |
Read/write |
|
1.1 |
Format object or Formats collection object |
Read-only |
|
1.1 |
String |
Read/write |
|
1.1 |
String |
Read/write |
|
1.1 |
String |
Read/write |
|
1.2 |
Boolean |
Read/write |
|
1.1 |
Long |
Read-only |
|
1.1 |
String |
Read/write |
|
1.1 |
Object; set to Nothing |
Read-only |
|
1.1 |
InfoStore object |
Write-only |
|
1.1 |
Integer |
Read/write |
|
1.1 |
String |
Read/write |
|
1.1 |
String |
Read/write |
|
1.1 |
String |
Read/write |
|
1.1 |
String |
Read/write |
|
1.2 |
Long |
Read/write |
|
1.1 |
CalendarView object, TableView object, or Views collection object |
Read-only |
Methods
Name |
Available since version |
Parameters |
1.1 |
iStyle as Long, (optional) varPageNo as Long, (optional) varboolRaw as Boolean, (optional) varResponseObject as Object |
|
1.2 |
varDate as Variant, varFormat as String, (optional) varResponseObject as Object |
|
1.1 |
(optional) bstrCellPattern as String, (optional) varResponseObject as Object |
|
1.1 |
varProperty as Variant, (optional) varboolRaw as Boolean, (optional) varResponseObject as Object |
|
1.2 |
varDate as Variant, varFormat as String, (optional) varResponseObject as Object |
Remarks
The ContainerRenderer object can render any subset of the rows of a container object. It can accept a CDO AddressEntries, Folders, Messages, or Recipients collection in its DataSource property.
The container object contents rendered by the container renderer are as follows:
Data source (container object) |
Objects (contents) rendered |
AddressEntries collection |
|
Folders collection |
|
Messages collection |
|
Recipients collection |
The container renderer inherits all the functionality of the object renderer, and has additional capability specific to rendering an address book container or folder as a table.
You must Set the ContainerRenderer object to Nothing, or Set its DataSource property to Nothing, before you call the Session object's Logoff method. Failure to do so can result in unexpected behavior.