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.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IContact Copy(
	string newName,
	string newDepartment,
	bool copyPersons
)

Parameters

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

Return Value

Type: IContact
See Also