Click or drag to resize

IContactCopy Method

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
Syntax
SOContact Copy(
	string newName,
	string newDepartment,
	bool copyPersons
)

Parameters

newName
Type: SystemString
newDepartment
Type: SystemString
copyPersons
Type: SystemBoolean

Return Value

Type: SOContact
See Also