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