_MobileItem.Copy Method
Creates another instance of the MobileItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function Copy As Object
'Usage
Dim instance As _MobileItem
Dim returnValue As Object
returnValue = instance.Copy()
[DispIdAttribute()]
Object Copy()
Return Value
Type: System.Object
Returns an Object (object in C#) that represents the duplicated copy of the MobileItem object.