MAPIFolder.MoveTo(MAPIFolder) Method

Definition

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.

Applies to