_NoteItem.Move(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 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
An expression that returns a Folder object. The destination folder.
Returns
An Object value that represents the item which has been moved to the designated folder.