IFindPersonsByPhone Method |
find collection of Persons using phone numbers
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIPersons PersonsByPhone(
string Phone
)
Function PersonsByPhone (
Phone As String
) As IPersons
Dim instance As IFind
Dim Phone As String
Dim returnValue As IPersons
returnValue = instance.PersonsByPhone(Phone)
IPersons^ PersonsByPhone(
[InAttribute] String^ Phone
)
Parameters
- Phone
- Type: SystemString
Return Value
Type:
IPersons
See Also