_DocumentItem.Move Method
Moves a Microsoft Outlook item to a new folder.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function Move ( _
DestFldr As MAPIFolder _
) As Object
'Usage
Dim instance As _DocumentItem
Dim DestFldr As MAPIFolder
Dim returnValue As Object
returnValue = instance.Move(DestFldr)
[DispIdAttribute()]
Object Move(
MAPIFolder DestFldr
)
Parameters
DestFldr
Type: Microsoft.Office.Interop.Outlook.MAPIFolderThe destination folder.
Return Value
Type: System.Object
An Object that represents the item which has been moved to the designated folder.