ContentClass Property (IItem)
Topic Last Modified: 2006-06-13
The content class for the item.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property ContentClass As String
HRESULT get_ContentClass(BSTR* pVal);HRESULT put_ContentClass(BSTR Val);
Parameters
- pVal
Returns the value of the ContentClass property as a reference to a BSTR.
- Val
Sets the value of the ContentClass property to the value of the BSTR.
Remarks
This property is also available as the contentclass Field schema property in the Fields Property collection.