Platform SDK: Exchange 2000 Server

TreeType Property

[This is preliminary documentation and subject to change.]

Gets or sets the Server type for this server.

[Visual Basic]
Property TreeType as CDOFolderTreeType
[C++]
HRESULT get_TreeType(CDOFolderTreeType* pVal);
HRESULT put_TreeType(CDOFolderTreeType Val);
[IDL]
HRESULT [propget] TreeType([out,retval] CDOFolderTreeType* pVal);
HRESULT [propput] TreeType([in] CDOFolderTreeType Val);

Remarks

The CDOFolderTreeType enumeration is provided for this property. It indicates whether the is a MAPI or non-MAPI Top Level Hierarchy.

See Also

CDOFolderTreeType Enum