Mount Method
Mount 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 Mount method mounts the store.
Applies To
Type Library
Microsoft CDO for Exchange Management Library
DLL Implemented In
CDOEXM.DLL
Syntax
[Visual Basic]Function Mount
(
[Timeout As Long]
)
[C++]HRESULT Mount ( long Timeout );
Parameters
- Timeout
The duration, in seconds, for which this method will attempt to mount 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).
You will need to mount the mailbox store if it has been dismounted, newly created, or re-enabled. To mount the mailbox store, the server must be running and the store must be enabled.
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.