CopyTo Method

         Example         Applies To

Copies the current folder in its entirety to the destination folder. Returns a MAPIFolder object that represents the new copy.

Syntax

objMAPIFolder.CopyTo(DestFldr)

objMAPIFolder   Required. An expression that returns a MAPIFolder object (current folder).

DestFldr   Required. A MAPIFolder object. (The destination folder for the copied folder).