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.

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

Parameters

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