Can we access all the email IDs for each contact from the iPhone contactlist through code?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You will get the individual email ids by given code...
|
|||||
|
|
Sure, use the ABAdressBook class:
Now you have all contacts in the allPeople array, then just get the email by key. |
|||
|
|