Platform SDK: CDO 1.2.1

DataSource Property (ObjectRenderer Object)

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.