DataSource Property (ObjectRenderer Object)
DataSource Property (ObjectRenderer 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 DataSource property contains the CDO object for which certain properties are to be rendered. Read/write.
Syntax
objObjectRend.DataSource
Data Type
Object (AddressEntry, AppointmentItem, Attachment, Folder, MeetingItem, or Message)
Remarks
The DataSource property accepts an AddressEntry, AppointmentItem, Attachment, Folder, MeetingItem, or Message object.
You must Set the DataSource property to Nothing, or Set the ObjectRenderer object to Nothing, before you call the Session object's Logoff method. Failure to do so can result in unexpected behavior.