An index which defines the position in the phone book storage.
This value is valid for all objects created during the phone book enumeration. It is ignored when the PhoneBookEntry object is being stored into phone book
void StoreToPhoneBook( PhoneBook pb, int index, PhoneBookEntry entry ) { pb[index] = entry; // entry.Index is ignored in this case and may contain any value }
PhoneBookEntry Class | Resco.Phone.SIM Namespace