Can we access all the email IDs for each contact from the iPhone contactlist through code?
You will get the individual email ids by given code...
ABAddressBookRef addressBook = ABAddressBookCreate(); CFArrayRef people = ABAddressBookCopyArrayOfAllPeople(addressBook); NSString *contactName = lblTitle.text; for(int i = 0;i