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
Syntaxvoid MergeTo(
IContact pDestinationContact,
bool mergeIdenticalPersons,
bool replaceEmptyFieldsOnDestination
)
Sub MergeTo (
pDestinationContact As IContact,
mergeIdenticalPersons As Boolean,
replaceEmptyFieldsOnDestination As Boolean
)
Dim instance As IContact
Dim pDestinationContact As IContact
Dim mergeIdenticalPersons As Boolean
Dim replaceEmptyFieldsOnDestination As Boolean
instance.MergeTo(pDestinationContact,
mergeIdenticalPersons, replaceEmptyFieldsOnDestination)
void MergeTo(
[InAttribute] IContact^ pDestinationContact,
[InAttribute] bool mergeIdenticalPersons,
[InAttribute] bool replaceEmptyFieldsOnDestination
)
Parameters
- pDestinationContact
- Type: SuperOffice.COM.ApplicationIContact
- mergeIdenticalPersons
- Type: SystemBoolean
- replaceEmptyFieldsOnDestination
- Type: SystemBoolean
See Also