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