IContactGetPersons Method |
Get the persons attached to this contact. Hidden persons are filtered out.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxFunction GetPersons As IPersons
Dim instance As IContact
Dim returnValue As IPersons
returnValue = instance.GetPersons()
Return Value
Type:
IPersons
See Also