Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.