Creates a new copy of this contact, optionally with a copy of the persons belonging to it as well.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContact Copy(
string newName,
string newDepartment,
bool copyPersons
)
Function Copy (
newName As String,
newDepartment As String,
copyPersons As Boolean
) As IContact
Dim instance As IContact
Dim newName As String
Dim newDepartment As String
Dim copyPersons As Boolean
Dim returnValue As IContact
returnValue = instance.Copy(newName, newDepartment,
copyPersons)
IContact^ Copy(
[InAttribute] String^ newName,
[InAttribute] String^ newDepartment,
[InAttribute] bool copyPersons
)
Parameters
- newName
- Type: SystemString
- newDepartment
- Type: SystemString
- copyPersons
- Type: SystemBoolean
Return Value
Type:
IContact
See Also