Click or drag to resize

IScriptingEventsOnContactAfterCopy Method

Called when a copy operation is performed to create a duplicate. New in Seven.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnContactAfterCopy(
	int sourceContactId,
	int destinationId
)

Parameters

sourceContactId
Type: SystemInt32
destinationId
Type: SystemInt32
Examples
See Also