Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the content class of a resolved addressee.
[Visual Basic,VBScript] Property ContentClass as String read-only [C++] HRESULT get_ContentClass(BSTR* pVal); [IDL] HRESULT [propget] ContentClass([out,retval] BSTR* pVal);
The following table lists the valid values for this property.
Value | Meaning |
---|---|
"urn:content-classes:folder" | The addressee is an Exchange folder. |
"urn:content-classes:group" | The addressee is a group. |
"urn:content-classes:person" | The addressee is a person. |
"urn:content-classes:resource" | The addressee is a physical resource. |
"" | The addressee content class is unknown. |