Platform SDK: Exchange 2000 Server

Dismount Method

[This is preliminary documentation and subject to change.]

Dismount this mailbox store.

[Visual Basic,VBScript]
Function Dismount(Optional Timeout as Long)
[C++]
HRESULT Dismount(long Timeout);
[IDL]
HRESULT Dismount([in,optional] long Timeout);
Timeout
The time in seconds to attempt dismounting.

Remarks

The default value for Timeout is -1 (no time out).

The mailbox store can be dismounted even if the mailbox is enabled. However if the Server is restarted, the mailbox will automatically be mounted again.