Platform SDK: CDO 1.2.1 |
The MoveTo method relocates the Folder object to another folder hierarchy location.
Set objMovedFolder = objFolder.MoveTo(folderID [, storeID ] )
All subfolders of this folder, together with all Message objects contained within this folder and its subfolders, are moved along with the folder itself.
The move operation takes effect immediately. This Folder object is no longer accessible at its former location after the MoveTo method returns.