The MoveTo method relocates the Message object to another folder.
Set objMovedMessage = objMessage.MoveTo(folderID [, storeID ] )
The current version of CDO does not support the MoveTo method on AppointmentItem objects.
All properties that have been set on this message are moved, whether they have read-only or read/write access. Each property is moved with its value and access unchanged.
The move operation takes effect immediately. This Message object is no longer accessible at its former location after the MoveTo method returns.