Platform SDK: Exchange 2000 Server

RootFolder Property

[This is preliminary documentation and subject to change.]

Returns the URL to the folder highest in the hierarchy, usually the Mailbox.

[Visual Basic,VBScript]
Property RootFolder as String
read-only
[C++]
HRESULT get_RootFolder(BSTR* pVal);
[IDL]
HRESULT [propget] RootFolder([out,retval] BSTR* pVal);

Remarks