MoveSystemFiles Method
MoveSystemFiles 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 MoveSystemFiles method sets or relocates the system files to a different path.
Applies To
Type Library
Microsoft CDO for Exchange Management Library
DLL Implemented In
CDOEXM.DLL
Syntax
[Visual Basic]Function MoveSystemFiles
(
SystemFilePath As String,
[Flags As Long]
)
[C++]HRESULT MoveSystemFiles ( BSTR SystemFilePath, long Flags );
Parameters
- SystemFilePath
The path to the system files.- Flags
Reserved for future use.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Changes the system file path. The SystemFilePath Property is a directory in the file system. For new objects, this will set the initial value of the SystemFilePath Property. For an existing object, the path can only be changed if your code is running on the local computer.
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.