Essential Kit
Loading...
Searching...
No Matches
AddressBookReadContactsResult

This class contains the information retrieved when AddressBook.ReadContacts(EventCallback<AddressBookReadContactsResult>) operation is completed.

Properties

IAddressBookContact[] Contacts [get]
 Contains the contacts details retrieved from address book.
 
int NextOffset [get]
 Value to pass as offset value in options for reading next set/page of contacts. This value will be -1 if no more data exists.
 

Property Documentation

◆ Contacts

IAddressBookContact [] Contacts
get

If the requested operation was successful, this property holds an array of IAddressBookContact objects; otherwise, this is null.