Platform SDK: Exchange 2000 Server

Name Property

[This is preliminary documentation and subject to change.]

Returns or sets the name of the Top Level Hierarchy (folder tree).

[Visual Basic,VBScript]
Property Name as String
[C++]
HRESULT get_Name(BSTR* pVal);
HRESULT put_Name(BSTR pVal);
[IDL]
HRESULT [propget] Name([out,retval] BSTR* pVal);
HRESULT [propput] Name([in] BSTR Val);