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