IActivityLinksAddContact Method |
Add a contact to the list
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddContact(
IContact pVal
)
Sub AddContact (
pVal As IContact
)
Dim instance As IActivityLinks
Dim pVal As IContact
instance.AddContact(pVal)
void AddContact(
[InAttribute] IContact^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationIContact
See Also