Find collection of Contacts using soundex.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContacts ContactsLike(
string Name
)
Function ContactsLike (
Name As String
) As IContacts
Dim instance As IFind
Dim Name As String
Dim returnValue As IContacts
returnValue = instance.ContactsLike(Name)
IContacts^ ContactsLike(
[InAttribute] String^ Name
)
Parameters
- Name
- Type: SystemString
Return Value
Type:
IContacts
See Also