IFindContactsByName Method |
Find collection of Contacts. If name ends in % then a begins with search is done.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContacts ContactsByName(
string Name
)
Function ContactsByName (
Name As String
) As IContacts
Dim instance As IFind
Dim Name As String
Dim returnValue As IContacts
returnValue = instance.ContactsByName(Name)
IContacts^ ContactsByName(
[InAttribute] String^ Name
)
Parameters
- Name
- Type: SystemString
Return Value
Type:
IContacts
See Also