Platform SDK: Exchange 2000 Server

DisplayName Property

[This is preliminary documentation and subject to change.]

The item's display name.

[Visual Basic,VBScript]
Property DisplayName as String
[C++]
HRESULT get_DisplayName(BSTR* pVal);
HRESULT put_DisplayName(BSTR pVal);
[IDL]
HRESULT [propget] DisplayName([out,retval] BSTR* pVal);
HRESULT [propput] DisplayName([in] BSTR pVal);

Remarks

The display name is generated in many cases and can contains either the subject of a message, the fileas property value for a contact. or an XML language attribute.

This property is also available as the DAV:displayname schema property, accessible from the Fields collection.