I want to read the name of an ABSource in the addressBook framework. Is this possible? The following code sample leaves me with null, while the currentSource pointer is valid.
NSString* stringName = (NSString*)ABRecordCopyValue(currentSource, kABSourceNameProperty);
Thank you in advance, Martin
See ABSourceType for values.