In my address book app, when I fetch email id for the contact, I et something like this:
ABMultiValueRef 0x2994e0 with 1 value(s)
0: null (0x3f5655e0) - [email protected] (0x2994b0)
How to get string value i.e. only
[email protected]
from above result?
Thanks