_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

Return Value

Type: System.Object
Returns an Object (object in C#) value that represents the item that has been moved to the designated folder.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace