MAPIFolder.MoveTo(MAPIFolder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves a folder to the specified destination folder.
public:
void MoveTo(Microsoft::Office::Interop::Outlook::MAPIFolder ^ DestinationFolder);
public void MoveTo (Microsoft.Office.Interop.Outlook.MAPIFolder DestinationFolder);
Public Sub MoveTo (DestinationFolder As MAPIFolder)
Parameters
- DestinationFolder
- MAPIFolder
The destination Folder for the Folder that is being moved.
Remarks
Setting the REG_MULTI_SZ value, DisableCrossAccountCopy, in HKCU\Software\Microsoft\Office\14.0\Outlook in the Windows registry has the side effect of disabling this method.