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