Click or drag to resize

IFindPersonsByName Method

find collection of Persons by first and/or last name

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IPersons PersonsByName(
	string FirstName,
	string LastName
)

Parameters

FirstName
Type: SystemString
LastName
Type: SystemString

Return Value

Type: IPersons
See Also