Platform SDK: Exchange 2000 Server

DisplayName Property

[This is preliminary documentation and subject to change.]

Specifies the display name of an attendee.

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

Remarks