Platform SDK: CDO for Windows 2000 |
The SourceClass property returns the string identifier of the interface used to open the object.
[Visual Basic,VBScript] Property SourceClass as String read-only [C++] HRESULT get_SourceClass(BSTR* pVal); [IDL] HRESULT [propget] SourceClass([out,retval] BSTR* pVal);
This property specifies the interface used to open the current object; for example, if you open an embedded message within a body part of another object using a Message object, and then examine the SourceClass property, it returns the string "IBodyPart".