Share via


Source Property

Source Property

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

Syntax

Property Source as Object
read-only
HRESULT get_Source(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.