Share via


Dismount Method

Dismount Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Dismount method dismounts the store.

Applies To

IMailboxStoreDB Interface

Type Library

Microsoft CDO for Exchange Management Library

DLL Implemented In

CDOEXM.DLL

Syntax

[Visual Basic]Function Dismount
(
    [Timeout As Long]
)

[C++]HRESULT Dismount (     long Timeout );

Parameters

  • Timeout
    The duration, in seconds, for which this method will attempt to dismount the store.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

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

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.