JAMS Developer Guide
MoveTo Method (Folder)


MVPSI.JAMS Namespace > Folder Class : MoveTo Method
The fully qualified name of the new Folder.
The server to move the Folder to.
Save the Folder with a new name and/or server and remove the old instance of the folder.
Syntax
'Declaration
 
Public Sub MoveTo( _
   ByVal newName As System.String, _
   ByVal destServer As Server _
) 
'Usage
 
Dim instance As Folder
Dim newName As System.String
Dim destServer As Server
 
instance.MoveTo(newName, destServer)
public void MoveTo( 
   System.string newName,
   Server destServer
)

Parameters

newName
The fully qualified name of the new Folder.
destServer
The server to move the Folder to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Folder Class
Folder Members