Platform SDK: Exchange 2000 Server

PublicStoreDB Property

[This is preliminary documentation and subject to change.]

The default public store path.

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

Remarks