ABAddressBook.GetPerson(Int32) 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.
Returns the ABPerson with the given record ID.
public AddressBook.ABPerson GetPerson (int recordId);
member this.GetPerson : int -> AddressBook.ABPerson
Parameters
- recordId
- Int32
A T:System.Int32 containing the record ID.
Returns
A ABPerson where
Id is
equal to recordId
, or
null
if there is no such group.