ABAddressBook.GetPeopleWithName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all ABPerson array containing all records with a matching name.
public AddressBook.ABPerson[] GetPeopleWithName (string name);
member this.GetPeopleWithName : string -> AddressBook.ABPerson[]
Parameters
- name
- String
A T:System.String containing the name of the person to search for.
Returns
ABPerson[]
A ABPerson array
containing all records where name
matches the records composite name.