Click or drag to resize

IContactMergeTo Method

Merge this contact into the passed contact, together with the persons and appointments that belongs to this contact. New in Seven.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
void MergeTo(
	SOContact pDestinationContact,
	bool mergeIdenticalPersons,
	bool replaceEmptyFieldsOnDestination
)

Parameters

pDestinationContact
Type: SuperOffice.COM.SuperOfficeDBSOContact
mergeIdenticalPersons
Type: SystemBoolean
replaceEmptyFieldsOnDestination
Type: SystemBoolean
See Also