_MobileItem.Move Method
Moves the MobileItem object 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 _MobileItem
Dim DestFldr As MAPIFolder
Dim returnValue As Object
returnValue = instance.Move(DestFldr)
[DispIdAttribute()]
Object Move(
MAPIFolder DestFldr
)
Parameters
DestFldr
Type: Microsoft.Office.Interop.Outlook.MAPIFolderAn expression that returns a Folder object. The destination folder.
Return Value
Type: System.Object
Returns an Object (object in C#) value that represents the item that has been moved to the designated folder.