Platform SDK: CDO for Windows 2000

Source Property

The Source property returns the interface on the currently bound object.

[Visual Basic,VBScript]
Property Source as Object
read-only
[C++]
HRESULT get_Source(IUnknown** pVal):
[IDL]
HRESULT [propget] Source([out,retval] IUnknown** pVal);

Remarks

This property returns an IUnknown interface on the currently bound object; for example, if you use a Message object to open a BodyPart object, the Source property returns the IUnknown interface on the BodyPart object. If there is no currently open object, the property returns nothing.