IContactEventsContactAfterMerge Method |
method AfterContactMerge
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ContactAfterMerge(
int ContactId
)
Sub ContactAfterMerge (
ContactId As Integer
)
Dim instance As IContactEvents
Dim ContactId As Integer
instance.ContactAfterMerge(ContactId)
void ContactAfterMerge(
int ContactId
)
Parameters
- ContactId
- Type: SystemInt32
See Also