Platform SDK: Exchange 2000 Server

HasSubFolders Property

[This is preliminary documentation and subject to change.]

Indicates whether the folder contains subfolders.

[Visual Basic,VBScript]
Property HasSubFolders as Boolean
read-only
[C++]
HRESULT get_HasSubFolders(VARIANT_BOOL* pVal);
[IDL]
HRESULT [propget] HasSubFolders([out,retval] VARIANT_BOOL* pVal);

Remarks