This class contains the information retrieved when AddressBook.ReadContacts(EventCallback<AddressBookReadContactsResult>) operation is completed.
|
| 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.
|
| |
◆ Contacts
If the requested operation was successful, this property holds an array of IAddressBookContact objects; otherwise, this is null.