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