_DocumentItem.Move(MAPIFolder) Method

Definition

Moves a Microsoft Outlook item to a new folder.

public:
 System::Object ^ Move(Microsoft::Office::Interop::Outlook::MAPIFolder ^ DestFldr);
public object Move (Microsoft.Office.Interop.Outlook.MAPIFolder DestFldr);
Public Function Move (DestFldr As MAPIFolder) As Object

Parameters

DestFldr
MAPIFolder

The destination folder.

Returns

An Object that represents the item which has been moved to the designated folder.

Applies to