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