IContactEventsContactBeforeMerge Method |
method BeforeContactMerge
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ContactBeforeMerge(
int SourceContactId,
int DestinationContactId
)
Sub ContactBeforeMerge (
SourceContactId As Integer,
DestinationContactId As Integer
)
Dim instance As IContactEvents
Dim SourceContactId As Integer
Dim DestinationContactId As Integer
instance.ContactBeforeMerge(SourceContactId,
DestinationContactId)
void ContactBeforeMerge(
int SourceContactId,
int DestinationContactId
)
Parameters
- SourceContactId
- Type: SystemInt32
- DestinationContactId
- Type: SystemInt32
See Also