Previous PageNext Page

7.17.11 Move Method

Moves a specified folder from one location to another.
 

Syntax

object.Move( destination );

Arguments

object
The name of a Folder object. Required.
destination
Destination where the folder is to be moved. Wildcard characters are not allowed. Required.

Remarks

The results of the Move method on a Folder are identical to operations performed using MoveFolder. You should note, however, that the alternative method is capable of moving multiple folders.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page