Share via


MoveLogFiles Method

MoveLogFiles 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 MoveLogFiles method sets or relocates the log files to a different path.

Applies To

IStorageGroup Interface

Type Library

Microsoft CDO for Exchange Management Library

DLL Implemented In

CDOEXM.DLL

Syntax

[Visual Basic]Function MoveLogFiles
(
    LogFilePath As String,     [Flags As Long]
)

[C++]HRESULT MoveLogFiles (     BSTR LogFilePath,     long Flags );

Parameters

  • LogFilePath
    The path to the log files.
  • Flags
    Reserved for future use.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This changes the log file path. The LogFilePath Property is a directory in the file system. For new objects, this will set the initial value of the LogFilePath Property. For an existing object, the path can only be changed if the 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.