Platform SDK: Exchange 2000 Server

BaseFolder Property

[This is preliminary documentation and subject to change.]

Returns the URL to the primary folder in a mailbox, usually the inbox.

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

Remarks