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